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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姚??彦 | 100110110100110000111111001111111001010101000110 | 9b4c3f3f9546 |
EUC-JP | 姚??彦 | 110101011010110100111111001111111100100110100111 | d5ad3f3fc9a7 |
UTF-8 | 姚껁꺈彦 | 111001011010011110011010111010101011101110000001111010101011101010001000111001011011110110100110 | e5a79aeabb81eaba88e5bda6 |
UHC | 姚껁꺈彦 | 1110100011101110100000111110001110000011101011111110010111101001 | e8ee83e383afe5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)