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 | 鬘誤揆邱汽 | 11101001101000011000110011101011100111011000010011100111101101111000101101000100 | e9a18ceb9d84e7b78b44 |
EUC-JP | 鬘誤揆邱汽 | 11110010101000111011100011101101110110011110010011101110101110011011010110100101 | f2a3b8edd9e4eeb9b5a5 |
UTF-8 | 鬘誤揆邱汽 | 111010011010110010011000111010001010101010100100111001101000111110000110111010011000001010110001111001101011000110111101 | e9ac98e8aaa4e68f86e982b1e6b1bd |
UHC | ?誤揆邱汽 | 001111111110100010100110110100001010011011001111110010001101000110101001 | 3fe8a6d0a6cfc8d1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)