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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 踈擾ァォG | 11100110111100011000111111101111101001111010101101000111 | e6f18fefa7ab47 |
EUC-JP | 踈擾ァォG | 111011001111001110111110111100011000111010100111100011101010101101000111 | ecf3bef18ea78eab47 |
UTF-8 | 踈擾ァォG | 11101000101110001000100011100110100100111011111011101111101111011010011111101111101111011010101101000111 | e8b888e693beefbda7efbdab47 |
UHC | ?擾??G | 001111111110100011110110001111110011111101000111 | 3fe8f63f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)