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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 重大重垈^ | 100011110110010010010001111001011000111101100100100110101011000001011110 | 8f6491e58f649ab05e |
EUC-JP | 重大重垈^ | 101111011100010111000010111001111011110111000101110101001011001001011110 | bdc5c2e7bdc5d4b25e |
UTF-8 | 重大重垈^ | 11101001100001111000110111100101101001001010011111101001100001111000110111100101100111101000100001011110 | e9878de5a4a7e9878de59e885e |
UHC | 重大重垈^ | 111100011110110011010011110111101111000111101100110100111101110001011110 | f1ecd3def1ecd3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)