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 | ê³¶î¯ | 111010101011001110110110111011101000111010101111 | eab3b6ee8eaf |
SJIS-WIN | ??¶??? | 00111111001111111000000111110111001111110011111100111111 | 3f3f81f73f3f3f |
EUC-JP | �� | 10001111101010111011010000111111101000101111100110001111101010111100001000111111100011111010001010110100 | 8fabb43fa2f98fabc23f8fa2b4 |
UTF-8 | ê³¶î¯ | 110000111010101011000010101100111100001010110110110000111010111011000010100011101100001010101111 | c3aac2b3c2b6c3aec28ec2af |
UHC | ?³¶??? | 0011111110101001111110001010001011010010001111110011111100111111 | 3fa9f8a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)