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 | 角梏 | 10001010011100001001111010000111 | 8a709e87 |
EUC-JP | 角梏 | 10110011110100011101101111100111 | b3d1dbe7 |
UTF-8 | 角梏 | 111010001010011110010010111001101010001010001111 | e8a792e6a28f |
UHC | 角梏 | 11001010110001111100110111011001 | cac7cdd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)