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 | 顆乗・「鬟 | 1110100011110111100011111110011010100101101000101110100110100011 | e8f78fe6a5a2e9a3 |
EUC-JP | 顆乗・「鬟 | 11110000111110011011111011101000100011101010010110001110101000101111001010100101 | f0f9bee88ea58ea2f2a5 |
UTF-8 | 顆乗・「鬟 | 111010011010000110000110111001001011100110010111111011111011110110100101111011111011110110100010111010011010110010011111 | e9a186e4b997efbda5efbda2e9ac9f |
UHC | 顆???? | 110011101010100000111111001111110011111100111111 | cea83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)