To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 製???屯? | 1001000010111011001111110011111100111111100100111101010000111111 | 90bb3f3f3f93d43f |
EUC-JP | 製???屯? | 1100000010111101001111110011111100111111110001101101011000111111 | c0bd3f3f3fc6d63f |
UTF-8 | 製렲李닐屯렜 | 111010001010001110111101111010111010000010110010111011111010011110100001111010111000101110010000111001011011000110101111111010111010000010011100 | e8a3bdeba0b2efa7a1eb8b90e5b1afeba09c |
UHC | 製렲李닐屯렜 | 111100001011001010001110101111111110110010110000101101001101001011010100111010101000111010101110 | f0b28ebfecb0b4d2d4ea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)