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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莊種洲蔘 | 1110010010110101100011101110110110001111010001101110010011110011 | e4b58eed8f46e4f3 |
EUC-JP | 莊種洲蔘 | 1110100010110111101111001110111110111101101001111110100011110101 | e8b7bcefbda7e8f5 |
UTF-8 | 莊種洲蔘 | 111010001000111010001010111001111010100010101110111001101011010010110010111010001001010010011000 | e88e8ae7a8aee6b4b2e89498 |
UHC | 莊種洲蔘 | 1110110111110110111100001111101011110001101111011101111110111000 | edf6f0faf1bddfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)