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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 悉尺^ | 1000111010111011100011101101101001011110 | 8ebb8eda5e |
EUC-JP | 悉尺^ | 1011110010111101101111001101110001011110 | bcbdbcdc5e |
UTF-8 | 悉尺^ | 11100110100000101000100111100101101100001011101001011110 | e68289e5b0ba5e |
UHC | 悉尺^ | 1110001111111010111101001010100101011110 | e3faf4a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)