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 | 蔗焔 | 11100100111100101000100110001011 | e4f2898b |
EUC-JP | 蔗焔 | 11101000111101001011000111101011 | e8f4b1eb |
UTF-8 | 蔗焔 | 111010001001010010010111111001111000010010010100 | e89497e78494 |
UHC | 蔗? | 111011011011110100111111 | edbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)