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 | FB` | 100100100100011010010010010000101000110001100000 | 924692428c60 |
SJIS-WIN | ?F?B?` | 001111110100011000111111010000100011111101100000 | 3f463f423f60 |
EUC-JP | ?F?B?` | 001111110100011000111111010000100011111101100000 | 3f463f423f60 |
UTF-8 | FB` | 110000101001001001000110110000101001001001000010110000101000110001100000 | c29246c29242c28c60 |
UHC | ?F?B?` | 001111110100011000111111010000100011111101100000 | 3f463f423f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)