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 | 100110111111100111100110011110001001101111111001111001100111100001000010 | 9bf9e6789bf9e67842 |
EUC-JP | 廂諄廂諄B | 110101101111101111101011110110011101011011111011111010111101100101000010 | d6fbebd9d6fbebd942 |
UTF-8 | 廂諄廂諄B | 11100101101110111000001011101000101010111000010011100101101110111000001011101000101010111000010001000010 | e5bb82e8ab84e5bb82e8ab8442 |
UHC | 廂諄廂諄B | 110111111100101111100010111101001101111111001011111000101111010001000010 | dfcbe2f4dfcbe2f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)