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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疣玻疣獺^ | 111000010110111011100000110111101110000101101110111000001101101001011110 | e16ee0dee16ee0da5e |
EUC-JP | 疣玻疣獺^ | 111000011100111111100000111000001110000111001111111000001101110001011110 | e1cfe0e0e1cfe0dc5e |
UTF-8 | 疣玻疣獺^ | 11100111100101101010001111100111100011101011101111100111100101101010001111100111100011011011101001011110 | e796a3e78ebbe796a3e78dba5e |
UHC | ???獺^ | 001111110011111100111111110100111011011101011110 | 3f3f3fd3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)