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 | ïè×½ | 11101111111010001101011110111101 | efe8d7bd |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | ïè×? | 100011111010101111000001100011111010101110110010101000011101111100111111 | 8fabc18fabb2a1df3f |
UTF-8 | ïè×½ | 1100001110101111110000111010100011000011100101111100001010111101 | c3afc3a8c397c2bd |
UHC | ??×½ | 001111110011111110100001101111111010100011110110 | 3f3fa1bfa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)