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 | 齎?藜 | 1110011011011000001111111110010101011011 | e6d83fe55b |
EUC-JP | 齎?藜 | 1110110011011010001111111110100110111100 | ecda3fe9bc |
UTF-8 | 齎흗藜 | 111010011011110110001110111011011001110110010111111010001001011110011100 | e9bd8eed9d97e8979c |
UHC | 齎흗藜 | 111011101011001011001000111010011101010111101101 | eeb2c8e9d5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)