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 | 牀瞻砒 | 111000001010110011100001110110111110000111100101 | e0ace1dbe1e5 |
EUC-JP | 牀瞻砒 | 111000001010111011100010110111011110001011100111 | e0aee2dde2e7 |
UTF-8 | 牀瞻砒 | 111001111000100110000000111001111001111010111011111001111010000010010010 | e78980e79ebbe7a092 |
UHC | 牀瞻砒 | 110111111101000111110100110101111101110111110111 | dfd1f4d7ddf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)