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 | 100110011111101111101000111010011001100111111011111010001110100101000010 | 99fbe8e999fbe8e942 |
EUC-JP | 哈韜哈韜B | 110100101111110111110000111010111101001011111101111100001110101101000010 | d2fdf0ebd2fdf0eb42 |
UTF-8 | 哈韜哈韜B | 11100101100100111000100011101001100111111001110011100101100100111000100011101001100111111001110001000010 | e59388e99f9ce59388e99f9c42 |
UHC | 哈韜哈韜B | 111110011110101111010100101101111111100111101011110101001011011101000010 | f9ebd4b7f9ebd4b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)