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 | 濟?齎?淫 | 1110000001011010001111111110011011011000001111111000100011111010 | e05a3fe6d83f88fa |
EUC-JP | 濟?齎?淫 | 1101111110111011001111111110110011011010001111111011000011111100 | dfbb3fecda3fb0fc |
UTF-8 | 濟렋齎렲淫 | 111001101011111110011111111010111010000010001011111010011011110110001110111010111010000010110010111001101011011110101011 | e6bf9feba08be9bd8eeba0b2e6b7ab |
UHC | 濟렋齎렲淫 | 11110000101011011000111010100010111011101011001010001110101111111110101111100010 | f0ad8ea2eeb28ebfebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)