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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跛ゥ讚夊 | 11100110111010101010100111100110101010111001101011101000 | e6eaa9e6ab9ae8 |
EUC-JP | 跛ゥ讚夊 | 1110110011101100100011101010100111101100101011011101010011101010 | ecec8ea9ecadd4ea |
UTF-8 | 跛ゥ讚夊 | 111010001011011110011011111011111011110110101001111010001010111010011010111001011010010010001010 | e8b79befbda9e8ae9ae5a48a |
UHC | 跛?讚? | 111101111111010100111111111100111100011000111111 | f7f53ff3c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)