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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 絶??彦?BF | 100100001110001000111111001111111001010101000110001111110100001001000110 | 90e23f3f95463f4246 |
EUC-JP | 絶??彦?BF | 110000001110010000111111001111111100100110100111001111110100001001000110 | c0e43f3fc9a73f4246 |
UTF-8 | 絶껁겇彦봮BF | 1110011110110101101101101110101010111011100000011110101010110010100001111110010110111101101001101110101110110100101011100100001001000110 | e7b5b6eabb81eab287e5bda6ebb4ae4246 |
UHC | 絶껁겇彦봮BF | 111011111011111010000011111000111000000110100100111001011110100110010100011011110100001001000110 | efbe83e381a4e5e9946f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)