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 | 蓍萓 | 11100100111001111110010010111110 | e4e7e4be |
EUC-JP | 蓍萓 | 11101000111010011110100011000000 | e8e9e8c0 |
UTF-8 | 蓍萓 | 111010001001001110001101111010001001000010010011 | e8938de89093 |
UHC | 蓍? | 111000111100100100111111 | e3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)