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 | ? | 00111111 | 3f |
SJIS-WIN | 串 | 1000101111111000 | 8bf8 |
EUC-JP | 串 | 1011011011111010 | b6fa |
UTF-8 | 串 | 111001001011100010110010 | e4b8b2 |
UHC | 串 | 1100110111111010 | cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)