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 | 10001101100100110011111100111111001111110011111101000010 | 8d933f3f3f3f42 |
EUC-JP | 酷????B | 10111001111100110011111100111111001111110011111101000010 | b9f33f3f3f3f42 |
UTF-8 | 酷롅렳렢렾B | 11101001100001011011011111101011101000011000010111101011101000001011001111101011101000001010001011101011101000001011111001000010 | e985b7eba185eba0b3eba0a2eba0be42 |
UHC | 酷롅렳렢렾B | 1111101111100101100011101100101110001110110000001000111010110011100011101100011001000010 | fbe58ecb8ec08eb38ec642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)