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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | マ | 1100111111110100111101101111001010100011 | cff4f6f2a3 |
EUC-JP | マ?? | 10001110110011110011111100111111 | 8ecf3f3f |
UTF-8 | マ | 111011111011111010001111111011101000111010100101111011101000011110011010 | efbe8fee8ea5ee879a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)