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 | 100100100100110110010001101100011001001001001101100100011011000101000010 | 924d91b1924d91b142 |
EUC-JP | 樽続樽続B | 110000111010111011000010101100111100001110101110110000101011001101000010 | c3aec2b3c3aec2b342 |
UTF-8 | 樽続樽続B | 11100110101010001011110111100111101101101001101011100110101010001011110111100111101101101001101001000010 | e6a8bde7b69ae6a8bde7b69a42 |
UHC | 樽?樽?B | 11110001110111000011111111110001110111000011111101000010 | f1dc3ff1dc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)