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 | 壤ル?雍 | 10011010110111111000001110001011001111111110100010110100 | 9adf838b3fe8b4 |
EUC-JP | 壤ル?雍 | 11010100111000011010010111101011001111111111000010110110 | d4e1a5eb3ff0b6 |
UTF-8 | 壤ル젦雍 | 111001011010001110100100111000111000001110101011111011001010000010100110111010011001101110001101 | e5a3a4e383abeca0a6e99b8d |
UHC | 壤ル젦雍 | 1110010110111101101010111110101110100000100111101110100010111100 | e5bdabeba09ee8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)