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 | 瞻牀磑 | 111000011101101111100000101011001110000111110100 | e1dbe0ace1f4 |
EUC-JP | 瞻牀磑 | 111000101101110111100000101011101110001011110110 | e2dde0aee2f6 |
UTF-8 | 瞻牀磑 | 111001111001111010111011111001111000100110000000111001111010001110010001 | e79ebbe78980e7a391 |
UHC | 瞻牀? | 1111010011010111110111111101000100111111 | f4d7dfd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)