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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 魏⑤?h | 111010011011000010000111010001000011111101101000 | e9b087443f68 |
EUC-JP | 魏??h | 1111001010110010001111110011111101101000 | f2b23f3f68 |
UTF-8 | 魏⑤궓h | 11101001101011011000111111100010100100011010010011101010101101101001001101101000 | e9ad8fe291a4eab69368 |
UHC | 魏⑤궓h | 11101010111000001010100011101011100000101010100001101000 | eae0a8eb82a868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)