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 | 狸栓硯 | 100100100100101110010000111100001000110010100101 | 924b90f08ca5 |
EUC-JP | 狸栓硯 | 110000111010110011000000111100101011100010100111 | c3acc0f2b8a7 |
UTF-8 | 狸栓硯 | 111001111000101110111000111001101010000010010011111001111010000110101111 | e78bb8e6a093e7a1af |
UHC | 狸栓硯 | 110101111110000111101110111110111110011011011011 | d7e1eefbe6db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)