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 | 邁誹瞳迸曰 | 11100111101100001001010011101110100100111011010111100111100111101001111001001000 | e7b094ee93b5e79e9e48 |
EUC-JP | 邁誹瞳迸曰 | 11101110101100101100100011110000110001101011011111101101111111101101101110101001 | eeb2c8f0c6b7edfedba9 |
UTF-8 | 邁誹瞳迸曰 | 111010011000001010000001111010001010101010111001111001111001111010110011111010001011111110111000111001101001101110110000 | e98281e8aab9e79eb3e8bfb8e69bb0 |
UHC | 邁誹瞳?曰 | 110110001110010011011110101001101101010011011010001111111110100011011000 | d8e4dea6d4da3fe8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)