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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 桒脛P | 1111101011100011111000111111100001010000 | fae3e3f850 |
EUC-JP | 桒脛P | 100011111100001111001001111001101111101001010000 | 8fc3c9e6fa50 |
UTF-8 | 桒脛P | 11100110101000011001001011101000100001001001101101010000 | e6a192e8849b50 |
UHC | ?脛P | 00111111110011001110101101010000 | 3fcceb50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)