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 | 獺牀瑶 | 111000001101101011100000101011001110000011110100 | e0dae0ace0f4 |
EUC-JP | 獺牀瑶 | 111000001101110011100000101011101110000011110110 | e0dce0aee0f6 |
UTF-8 | 獺牀瑶 | 111001111000110110111010111001111000100110000000111001111001000110110110 | e78dbae78980e791b6 |
UHC | 獺牀? | 1101001110110111110111111101000100111111 | d3b7dfd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)