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 | 狸淡蔵 | 100100100100101110010010010101111001000110100000 | 924b925791a0 |
EUC-JP | 狸淡蔵 | 110000111010110011000011101110001100001010100010 | c3acc3b8c2a2 |
UTF-8 | 狸淡蔵 | 111001111000101110111000111001101011011110100001111010001001010010110101 | e78bb8e6b7a1e894b5 |
UHC | 狸淡? | 1101011111100001110100111011111100111111 | d7e1d3bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)