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 | 111001010110010110011000010100011110010101100101100110000101000101000010 | e5659851e565985142 |
EUC-JP | 蘰浪蘰浪B | 111010011100011011001111101100101110100111000110110011111011001001000010 | e9c6cfb2e9c6cfb242 |
UTF-8 | 蘰浪蘰浪B | 11101000100110001011000011100110101101011010101011101000100110001011000011100110101101011010101001000010 | e898b0e6b5aae898b0e6b5aa42 |
UHC | ?浪?浪B | 00111111110101011100100000111111110101011100100001000010 | 3fd5c83fd5c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)