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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 牀砒砠犧獻 | 11100000101011001110000111100101111000011110011111100000101110001110000011011001 | e0ace1e5e1e7e0b8e0d9 |
EUC-JP | 牀砒砠犧獻 | 11100000101011101110001011100111111000101110100111100000101110101110000011011011 | e0aee2e7e2e9e0bae0db |
UTF-8 | 牀砒砠犧獻 | 111001111000100110000000111001111010000010010010111001111010000010100000111001111000101010100111111001111000110110111011 | e78980e7a092e7a0a0e78aa7e78dbb |
UHC | 牀砒?犧獻 | 110111111101000111011101111101110011111111111101111110101111101011001100 | dfd1ddf73ffdfafacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)