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 | 障?祉??衣 | 100011111110000100111111100011101000001100111111001111111000100011011111 | 8fe13f8e833f3f88df |
EUC-JP | 障?祉??衣 | 101111101110001100111111101110111110001100111111001111111011000011100001 | bee33fbbe33f3fb0e1 |
UTF-8 | 障렚祉곁번衣 | 111010011001101010011100111010111010000010011010111001111010010110001001111010101011001110000001111010111011001010001000111010001010000110100011 | e99a9ceba09ae7a589eab381ebb288e8a1a3 |
UHC | 障렚祉곁번衣 | 111011101010000110001110101011011111001010110011101100001110011110111001111110001110101111111101 | eea18eadf2b3b0e7b9f8ebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)