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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逋誤 | 11100111100110011000110011101011 | e7998ceb |
EUC-JP | 逋誤 | 11101101111110011011100011101101 | edf9b8ed |
UTF-8 | 逋誤 | 111010011000000010001011111010001010101010100100 | e9808be8aaa4 |
UHC | 逋誤 | 11111000111001111110100010100110 | f8e7e8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)