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 | 娃綬 | 10001000101000011000111011111000 | 88a18ef8 |
EUC-JP | 娃綬 | 10110000101000111011110011111010 | b0a3bcfa |
UTF-8 | 娃綬 | 111001011010100010000011111001111011011010101100 | e5a883e7b6ac |
UHC | 娃綬 | 11101000110111111110001010111000 | e8dfe2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)