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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 助?遣苑?B | 100011111001010100111111100011001010110110001001100100010011111101000010 | 8f953f8cad89913f42 |
EUC-JP | 助?遣苑?B | 101111011111010100111111101110001010111110110001111100010011111101000010 | bdf53fb8afb1f13f42 |
UTF-8 | 助뀌遣苑렭B | 11100101100010101010100111101011100000001000110011101001100000011010001111101000100010111001000111101011101000001010110101000010 | e58aa9eb808ce981a3e88b91eba0ad42 |
UHC | 助뀌遣苑렭B | 1111000010111110101100101110111011001100101110101110101010111101100011101011101001000010 | f0beb2eeccbaeabd8eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)