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 | ô©Þ÷LB | 111101001010100111011110111101110100110001000010 | f4a9def74c42 |
SJIS-WIN | ???÷LB | 00111111001111110011111110000001100000000100110001000010 | 3f3f3f81804c42 |
EUC-JP | ô©Þ÷LB | 10001111101010111101010010001111101000101110110110001111101010011011000010100001111000000100110001000010 | 8fabd48fa2ed8fa9b0a1e04c42 |
UTF-8 | ô©Þ÷LB | 11000011101101001100001010101001110000111001111011000011101101110100110001000010 | c3b4c2a9c39ec3b74c42 |
UHC | ??Þ÷LB | 0011111100111111101010001010110110100001110000000100110001000010 | 3f3fa8ada1c04c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)