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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 脱鱈促B | 10010010010001011001001001001100100100011010001101000010 | 9245924c91a342 |
EUC-JP | 脱鱈促B | 11000011101001101100001110101101110000101010010101000010 | c3a6c3adc2a542 |
UTF-8 | 脱鱈促B | 11101000100001001011000111101001101100011000100011100100101111111000001101000010 | e884b1e9b188e4bf8342 |
UHC | ??促B | 0011111100111111111101011011010101000010 | 3f3ff5b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)