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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??佚B | 0011111100111111100110001100001101000010 | 3f3f98c342 |
EUC-JP | ??佚B | 0011111100111111110100001100010101000010 | 3f3fd0c542 |
UTF-8 | 렰렩佚B | 11101011101000001011000011101011101000001010100111100100101111011001101001000010 | eba0b0eba0a9e4bd9a42 |
UHC | 렰렩佚B | 10001110101111011000111010110111111011001110101001000010 | 8ebd8eb7ecea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)