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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 嘗h嘗 | 1000111110100110011010001000111110100110 | 8fa6688fa6 |
EUC-JP | 嘗h嘗 | 1011111010101000011010001011111010101000 | bea868bea8 |
UTF-8 | 嘗h嘗 | 11100101100110001001011101101000111001011001100010010111 | e5989768e59897 |
UHC | 嘗h嘗 | 1101111111000100011010001101111111000100 | dfc468dfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)