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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹄?▲倚 | 10010010111110110011111110000001101000111001100011011111 | 92fb3f81a398df |
EUC-JP | 蹄?▲倚 | 11000100111111010011111110100010101001011101000011100001 | c4fd3fa2a5d0e1 |
UTF-8 | 蹄꿰▲倚 | 111010001011100110000100111010101011111110110000111000101001011010110010111001011000000010011010 | e8b984eabfb0e296b2e5809a |
UHC | 蹄꿰▲倚 | 1111000010110100101100101110011110100001111000111110101111101111 | f0b4b2e7a1e3ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)