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 | 禎??燼 | 100100101111010100111111001111111110000010011110 | 92f53f3fe09e |
EUC-JP | 禎??燼 | 110001001111011100111111001111111101111111111110 | c4f73f3fdffe |
UTF-8 | 禎쇘쑨燼 | 111001111010011010001110111011001000011110011000111011001001000110101000111001111000011110111100 | e7a68eec8798ec91a8e787bc |
UHC | 禎쇘쑨燼 | 1110111111101110101111001110011110111110101001111110001111101000 | efeebce7bea7e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)