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 | 111001001101010010011111010000011110010011010100100111110100000101000010 | e4d49f41e4d49f4142 |
EUC-JP | 蕚蘗蕚蘗B | 111010001101011011011101101000101110100011010110110111011010001001000010 | e8d6dda2e8d6dda242 |
UTF-8 | 蕚蘗蕚蘗B | 11101000100101011001101011101000100110001001011111101000100101011001101011101000100110001001011101000010 | e8959ae89897e8959ae8989742 |
UHC | ?蘗?蘗B | 00111111110111001010001000111111110111001010001001000010 | 3fdca23fdca242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)