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 | 101000011111000110001111101010111011001001000111 | a1f18fabb247 |
EUC-JP | 。?ォイG | 1000111010100001001111111000111010101011100011101011001001000111 | 8ea13f8eab8eb247 |
UTF-8 | 。ォイG | 11101111101111011010000111101110100001001000101011101111101111011010101111101111101111011011001001000111 | efbda1ee848aefbdabefbdb247 |
UHC | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)