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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 腸???G | 100100101011000000111111001111110011111101000111 | 92b03f3f3f47 |
EUC-JP | 腸???G | 110001001011001000111111001111110011111101000111 | c4b23f3f3f47 |
UTF-8 | 腸얗렜렣G | 11101000100001011011100011101100100101101001011111101011101000001001110011101011101000001010001101000111 | e885b8ec9697eba09ceba0a347 |
UHC | 腸얗렜렣G | 111011011111001110111110111010011000111010101110100011101011010001000111 | edf3bee98eae8eb447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)