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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 誼???除 | 10001011011000100011111100111111001111111000111110011100 | 8b623f3f3f8f9c |
EUC-JP | 誼???除 | 10110101110000110011111100111111001111111011110111111100 | b5c33f3f3fbdfc |
UTF-8 | 誼잰렢렞除 | 111010001010101010111100111011001001111010110000111010111010000010100010111010111010000010011110111010011001100110100100 | e8aabcec9eb0eba0a2eba09ee999a4 |
UHC | 誼잰렢렞除 | 11101011111111101100000011101001100011101011001110001110101011111111000010110110 | ebfec0e98eb38eaff0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)