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 | 100100101100000010010100011101001001001011000000100101000111010001000010 | 92c0947492c0947442 |
EUC-JP | 賃杯賃杯B | 110001001100001011000111110101011100010011000010110001111101010101000010 | c4c2c7d5c4c2c7d542 |
UTF-8 | 賃杯賃杯B | 11101000101100111000001111100110100111011010111111101000101100111000001111100110100111011010111101000010 | e8b383e69dafe8b383e69daf42 |
UHC | 賃杯賃杯B | 111011001111110011011011110010101110110011111100110110111100101001000010 | ecfcdbcaecfcdbca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)