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 | 1111001110110100111101101100000001000111 | f3b4f6c047 |
SJIS-WIN | ?´??G | 001111111000000101001100001111110011111101000111 | 3f814c3f3f47 |
EUC-JP | ó´öÀG | 100011111010101111010001101000011010110110001111101010111101001110001111101010101010001001000111 | 8fabd1a1ad8fabd38faaa247 |
UTF-8 | ó´öÀG | 110000111011001111000010101101001100001110110110110000111000000001000111 | c3b3c2b4c3b6c38047 |
UHC | ?´??G | 001111111010001010100101001111110011111101000111 | 3fa2a53f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)