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 | 壯儡??奐 | 1001101011100001100110010101001100111111001111111001101011110100 | 9ae199533f3f9af4 |
EUC-JP | 壯儡禱?奐 | 11010100111000111101000110110100100011111101000011110000001111111101010011110110 | d4e3d1b48fd0f03fd4f6 |
UTF-8 | 壯儡禱뤈奐 | 111001011010001110101111111001011000010010100001111001111010011010110001111010111010010010001000111001011010010110010000 | e5a3afe584a1e7a6b1eba488e5a590 |
UHC | 壯儡禱뤈奐 | 11101101111000001101011011101101110101001010101010001111101110001111110010110001 | ede0d6edd4aa8fb8fcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)