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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 趙冗、コB | 11100110111000101000111111100111101001001011101001000010 | e6e28fe7a4ba42 |
EUC-JP | 趙冗、コB | 111011001110010010111110111010011000111010100100100011101011101001000010 | ece4bee98ea48eba42 |
UTF-8 | 趙冗、コB | 11101000101101101001100111100101100001101001011111101111101111011010010011101111101111011011101001000010 | e8b699e58697efbda4efbdba42 |
UHC | 趙冗??B | 11110000111000011110100110110111001111110011111101000010 | f0e1e9b73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)