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 | 獺瑯珮 | 111000001101101011100000111001011110000011100001 | e0dae0e5e0e1 |
EUC-JP | 獺瑯珮 | 111000001101110011100000111001111110000011100011 | e0dce0e7e0e3 |
UTF-8 | 獺瑯珮 | 111001111000110110111010111001111001000110101111111001111000111110101110 | e78dbae791afe78fae |
UHC | 獺瑯? | 1101001110110111110101011100101100111111 | d3b7d5cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)