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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 薤頑化] | 11100101010001011000101011100110100010011011101101011101 | e5458ae689bb5d |
EUC-JP | 薤頑化] | 11101001101001101011010011101000101100101011110101011101 | e9a6b4e8b2bd5d |
UTF-8 | 薤頑化] | 11101000100101101010010011101001101000001001000111100101100011001001011001011101 | e896a4e9a091e58c965d |
UHC | ?頑化] | 001111111110100011010111111110111111100101011101 | 3fe8d7fbf95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)