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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬱盲???陰 | 100111110101010010010110110100110011111100111111001111111000100101000001 | 9f5496d33f3f3f8941 |
EUC-JP | 鬱盲???陰 | 110111011011010111001100110101010011111100111111001111111011000110100010 | ddb5ccd53f3f3fb1a2 |
UTF-8 | 鬱盲렋뀄별陰 | 111010011010110010110001111001111001101110110010111010111010000010001011111010111000000010000100111010111011001110000100111010011001100110110000 | e9acb1e79bb2eba08beb8084ebb384e999b0 |
UHC | 鬱盲렋뀄별陰 | 111010101010011011011000111011101000111010100010101100101110110110111010101100001110101111100100 | eaa6d8ee8ea2b2edbab0ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)