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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | 愁??^? | 100011110100010000111111001111110101111000111111 | 8f443f3f5e3f |
EUC-JP | 愁??^? | 101111011010010100111111001111110101111000111111 | bda53f3f5e3f |
UTF-8 | 愁귗⒵^룆 | 11100110100001001000000111101010101101111001011111100010100100101011010101011110111010111010001110000110 | e68481eab797e292b55eeba386 |
UHC | 愁귗⒵^룆 | 111000011111111010000010111000011010100111100110010111101000111110000101 | e1fe82e1a9e65e8f85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)