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 | 池?莊?意? | 100100100111001000111111111001001011010100111111100010001101001100111111 | 92723fe4b53f88d33f |
EUC-JP | 池?莊?意? | 110000111101001100111111111010001011011100111111101100001101010100111111 | c3d33fe8b73fb0d53f |
UTF-8 | 池렍莊렡意렯 | 111001101011000110100000111010111010000010001101111010001000111010001010111010111010000010100001111001101000010010001111111010111010000010101111 | e6b1a0eba08de88e8aeba0a1e6848feba0af |
UHC | 池렍莊렡意렯 | 111100101010111010001110101000111110110111110110100011101011001011101011111100101000111010111100 | f2ae8ea3edf68eb2ebf28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)