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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 訝??Q] | 111001100110001000111111001111110101000101011101 | e6623f3f515d |
EUC-JP | 訝??Q] | 111010111100001100111111001111110101000101011101 | ebc33f3f515d |
UTF-8 | 訝덌푳Q] | 1110100010101000100111011110101110001101100011001110110110010001101100110101000101011101 | e8a89deb8d8ced91b3515d |
UHC | 訝덌푳Q] | 1110010010111000100010001110111110111110100000010101000101011101 | e4b888efbe81515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)