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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 赱醍 | 11100110110111111001000111100111 | e6df91e7 |
EUC-JP | 赱醍 | 11101100111000011100001011101001 | ece1c2e9 |
UTF-8 | 赱醍 | 111010001011010110110001111010011000011010001101 | e8b5b1e9868d |
UHC | ?醍 | 001111111111000010110101 | 3ff0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)