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 | »³¼»x | 100011111011101110110011101111001011101101111000 | 8fbbb3bcbb78 |
SJIS-WIN | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
EUC-JP | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
UTF-8 | »³¼»x | 1100001010001111110000101011101111000010101100111100001010111100110000101011101101111000 | c28fc2bbc2b3c2bcc2bb78 |
UHC | ??³¼?x | 0011111100111111101010011111100010101000111110010011111101111000 | 3f3fa9f8a8f93f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)