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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祉????甲 | 1000111010000011001111110011111100111111001111111000110101100010 | 8e833f3f3f3f8d62 |
EUC-JP | 祉???饔甲 | 10111011111000110011111100111111001111111000111111101000111011111011100111000011 | bbe33f3f3f8fe8efb9c3 |
UTF-8 | 祉곁렏렕饔甲 | 111001111010010110001001111010101011001110000001111010111010000010001111111010111010000010010101111010011010010110010100111001111001010010110010 | e7a589eab381eba08feba095e9a594e794b2 |
UHC | 祉곁렏렕饔甲 | 111100101011001110110000111001111000111010100101100011101010101011101000101111011100101110100011 | f2b3b0e78ea58eaae8bdcba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)