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 | 小夭跣 | 100011111010110010011010111011101110011011101111 | 8fac9aeee6ef |
EUC-JP | 小夭跣 | 101111101010111011010100111100001110110011110001 | beaed4f0ecf1 |
UTF-8 | 小夭跣 | 111001011011000010001111111001011010010010101101111010001011011110100011 | e5b08fe5a4ade8b7a3 |
UHC | 小夭跣 | 111000011011001111101000111011001110000011010011 | e1b3e8ece0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)