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 | 11100111111001011001111111101011101000101011011101000010 | e7e59feba2b742 |
EUC-JP | 鈑滔「キB | 111011101110011111011110111011011000111010100010100011101011011101000010 | eee7deed8ea28eb742 |
UTF-8 | 鈑滔「キB | 11101001100010001001000111100110101110111001010011101111101111011010001011101111101111011011011101000010 | e98891e6bb94efbda2efbdb742 |
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)