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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 縡私?}B | 11100011011100011000111010000100001111110111110101000010 | e3718e843f7d42 |
EUC-JP | 縡私?}B | 11100101110100101011101111100100001111110111110101000010 | e5d2bbe43f7d42 |
UTF-8 | 縡私칡}B | 1110011110111000101000011110011110100111100000011110110010111001101000010111110101000010 | e7b8a1e7a781ecb9a17d42 |
UHC | 縡私칡}B | 1110111010101101110111101110011111000100101001100111110101000010 | eeaddee7c4a67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)