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 | 小跣矮 | 100011111010110011100110111011111110000111100010 | 8face6efe1e2 |
EUC-JP | 小跣矮 | 101111101010111011101100111100011110001011100100 | beaeecf1e2e4 |
UTF-8 | 小跣矮 | 111001011011000010001111111010001011011110100011111001111001111110101110 | e5b08fe8b7a3e79fae |
UHC | 小跣矮 | 111000011011001111100000110100111110100011100001 | e1b3e0d3e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)