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 | 犧矼犧 | 111000001011100011100001111000111110000010111000 | e0b8e1e3e0b8 |
EUC-JP | 犧矼犧 | 111000001011101011100010111001011110000010111010 | e0bae2e5e0ba |
UTF-8 | 犧矼犧 | 111001111000101010100111111001111001111110111100111001111000101010100111 | e78aa7e79fbce78aa7 |
UHC | 犧?犧 | 1111110111111010001111111111110111111010 | fdfa3ffdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)