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 | 牀砒砠 | 111000001010110011100001111001011110000111100111 | e0ace1e5e1e7 |
EUC-JP | 牀砒砠 | 111000001010111011100010111001111110001011101001 | e0aee2e7e2e9 |
UTF-8 | 牀砒砠 | 111001111000100110000000111001111010000010010010111001111010000010100000 | e78980e7a092e7a0a0 |
UHC | 牀砒? | 1101111111010001110111011111011100111111 | dfd1ddf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)