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 | 淅舌矮 | 100111111100011010010000111000111110000111100010 | 9fc690e3e1e2 |
EUC-JP | 淅舌矮 | 110111101100100011000000111001011110001011100100 | dec8c0e5e2e4 |
UTF-8 | 淅舌矮 | 111001101011011110000101111010001000100010001100111001111001111110101110 | e6b785e8888ce79fae |
UHC | 淅舌矮 | 111000001011001011100000110111111110100011100001 | e0b2e0dfe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)