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 | 贄??? | 1110011011010001001111110011111100111111 | e6d13f3f3f |
EUC-JP | 贄??? | 1110110011010011001111110011111100111111 | ecd33f3f3f |
UTF-8 | 贄쇨렓렏 | 111010001011010010000100111011001000011110101000111010111010000010010011111010111010000010001111 | e8b484ec87a8eba093eba08f |
UHC | 贄쇨렓렏 | 1111001010111110101111001110101010001110101010001000111010100101 | f2bebcea8ea88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)