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 | 釘焙 | 10010011010000101110000010000100 | 9342e084 |
EUC-JP | 釘焙 | 11000101101000111101111111100100 | c5a3dfe4 |
UTF-8 | 釘焙 | 111010011000011110011000111001111000010010011001 | e98798e78499 |
UHC | 釘焙 | 11101111111110011101101111001100 | eff9dbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)