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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓠校??迂 | 1110000101000000100011010101101000111111001111111000100101001001 | e1408d5a3f3f8949 |
EUC-JP | 瓠校??迂 | 1110000110100001101110011011101100111111001111111011000110101010 | e1a1b9bb3f3fb1aa |
UTF-8 | 瓠校렫렲迂 | 111001111001001110100000111001101010000010100001111010111010000010101011111010111010000010110010111010001011111110000010 | e793a0e6a0a1eba0abeba0b2e8bf82 |
UHC | 瓠校렫렲迂 | 11111011110100101100111011101000100011101011100110001110101111111110100111100110 | fbd2cee88eb98ebfe9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)