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 | 莪莨 | 11100100101011101110010010111100 | e4aee4bc |
EUC-JP | 莪莨 | 11101000101100001110100010111110 | e8b0e8be |
UTF-8 | 莪莨 | 111010001000111010101010111010001000111010101000 | e88eaae88ea8 |
UHC | 莪? | 111001001011010100111111 | e4b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)