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^ | 111011001000000110101010111010111011110110100111010011001110110010000001101010101110101110111101101001110100110001011110 | ec81aaebbda74cec81aaebbda74c5e |
UHC | 쁪뽧L쁪뽧L^ | 1001100001101011100101101110001101001100100110000110101110010110111000110100110001011110 | 986b96e34c986b96e34c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)