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^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | ?L?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
EUC-JP | ?L?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
UTF-8 | 읽L읽L^ | 111011001001110110111101010011001110110010011101101111010100110001011110 | ec9dbd4cec9dbd4c5e |
UHC | 읽L읽L^ | 11000000110100000100110011000000110100000100110001011110 | c0d04cc0d04c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)