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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 罍痰^ | 1110001110100001111000011000001001011110 | e3a1e1825e |
EUC-JP | 罍痰^ | 1110011010100011111000011110001001011110 | e6a3e1e25e |
UTF-8 | 罍痰^ | 11100111101111011000110111100111100101111011000001011110 | e7bd8de797b05e |
UHC | ?痰^ | 00111111110100111100001101011110 | 3fd3c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)