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^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
EUC-JP | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
UTF-8 | 잢잜L잢잜L^ | 111011001001111010100010111011001001111010011100010011001110110010011110101000101110110010011110100111000100110001011110 | ec9ea2ec9e9c4cec9ea2ec9e9c4c5e |
UHC | 잢잜L잢잜L^ | 1001111111110001100111111110110101001100100111111111000110011111111011010100110001011110 | 9ff19fed4c9ff19fed4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)