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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 瓦昉] | 1000101010100010111110101101000101011101 | 8aa2fad15d |
EUC-JP | 瓦昉] | 101101001010010010001111110000011111100001011101 | b4a48fc1f85d |
UTF-8 | 瓦昉] | 11100111100100111010011011100110100110001000100101011101 | e793a6e698895d |
UHC | 瓦昉] | 1110100010111111110110111011001001011101 | e8bfdbb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)