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 | 牀矣獻 | 111000001010110011100001111000011110000011011001 | e0ace1e1e0d9 |
EUC-JP | 牀矣獻 | 111000001010111011100010111000111110000011011011 | e0aee2e3e0db |
UTF-8 | 牀矣獻 | 111001111000100110000000111001111001111110100011111001111000110110111011 | e78980e79fa3e78dbb |
UHC | 牀矣獻 | 110111111101000111101011111110001111101011001100 | dfd1ebf8facc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)