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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 陽哺髴h | 10010111011110101001101001001101111010011001110001101000 | 977a9a4de99c68 |
EUC-JP | 陽哺髴h | 11001101110110111101001110101110111100011111110001101000 | cddbd3aef1fc68 |
UTF-8 | 陽哺髴h | 11101001100110011011110111100101100100111011101011101001101010111011010001101000 | e999bde593bae9abb468 |
UHC | 陽哺?h | 111001011101010111111000110101000011111101101000 | e5d5f8d43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)