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 | 001111110011111100111111001111110101110001101000 | 3f3f3f3f5c68 |
SJIS-WIN | 褄ィ遉コ\h | 1110010111101011101010001110011110100100101110100101110001101000 | e5eba8e7a4ba5c68 |
EUC-JP | 褄ィ遉コ\h | 11101010111011011000111010101000111011101010011010001110101110100101110001101000 | eaed8ea8eea68eba5c68 |
UTF-8 | 褄ィ遉コ\h | 1110100010100100100001001110111110111101101010001110100110000001100010011110111110111101101110100101110001101000 | e8a484efbda8e98189efbdba5c68 |
UHC | ????\h | 001111110011111100111111001111110101110001101000 | 3f3f3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)