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 | 魑・彧麗圈 | 111010011011001110100101111110101011100110010111111011011001101010011111 | e9b3a5fab997ed9a9f |
EUC-JP | 魑・彧麗圈 | 1111001010110101100011101010010110001111101111001111111011001110111011111101010010100001 | f2b58ea58fbcfeceefd4a1 |
UTF-8 | 魑・彧麗圈 | 111010011010110110010001111011111011110110100101111001011011110110100111111010011011101010010111111001011001110010001000 | e9ad91efbda5e5bda7e9ba97e59c88 |
UHC | ??彧麗圈 | 0011111100111111111010011110111011010101111100101100111111101010 | 3f3fe9eed5f2cfea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)