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 | 11100111111001011001111111101011101000101010011001000010 | e7e59feba2a642 |
EUC-JP | 鈑滔「ヲB | 111011101110011111011110111011011000111010100010100011101010011001000010 | eee7deed8ea28ea642 |
UTF-8 | 鈑滔「ヲB | 11101001100010001001000111100110101110111001010011101111101111011010001011101111101111011010011001000010 | e98891e6bb94efbda2efbda642 |
UHC | 鈑滔??B | 11110111111111101101010010100101001111110011111101000010 | f7fed4a53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)