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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 濶ィ繝 | 1110100010001001101010001110001110000011 | e889a8e383 |
EUC-JP | 濶ィ繝 | 111011111110100110001110101010001110010111100011 | efe98ea8e5e3 |
UTF-8 | 濶ィ繝 | 111001101011111110110110111011111011110110101000111001111011100110011101 | e6bfb6efbda8e7b99d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)