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 | 甕?? | 11100001010100000011111100111111 | e1503f3f |
EUC-JP | 甕?? | 11100001101100010011111100111111 | e1b13f3f |
UTF-8 | 甕덄슢 | 111001111001010010010101111010111000110110000100111011001000101010100010 | e79495eb8d84ec8aa2 |
UHC | 甕덄슢 | 111010001011100010001000111001111001101010101110 | e8b888e79aae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)