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 | ?L???L??B | 001111110100110000111111001111110011111101001100001111110011111101000010 | 3f4c3f3f3f4c3f3f42 |
SJIS-WIN | ?L???L??B | 001111110100110000111111001111110011111101001100001111110011111101000010 | 3f4c3f3f3f4c3f3f42 |
EUC-JP | ?L???L??B | 001111110100110000111111001111110011111101001100001111110011111101000010 | 3f4c3f3f3f4c3f3f42 |
UTF-8 | 혳L횪횥혳L횪횥B | 111011011001100010110011010011001110110110011010101010101110110110011010101001011110110110011000101100110100110011101101100110101010101011101101100110101010010101000010 | ed98b34ced9aaaed9aa5ed98b34ced9aaaed9aa542 |
UHC | 혳L횪횥혳L횪횥B | 110000101001101001001100110000111010000011000011100111001100001010011010010011001100001110100000110000111001110001000010 | c29a4cc3a0c39cc29a4cc3a0c39c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)