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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雕オ辜ケB | 11101000101110001011010111100111100000111011100101000010 | e8b8b5e783b942 |
EUC-JP | 雕オ辜ケB | 111100001011101010001110101101011110110111100011100011101011100101000010 | f0ba8eb5ede38eb942 |
UTF-8 | 雕オ辜ケB | 11101001100110111001010111101111101111011011010111101000101111101001110011101111101111011011100101000010 | e99b95efbdb5e8be9cefbdb942 |
UHC | 雕?辜?B | 11110000111001110011111111001101110100000011111101000010 | f0e73fcdd03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)