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 | 鈺ヤ??? | 11111011110001001000001110000100001111110011111100111111 | fbc483843f3f3f |
EUC-JP | 鈺ヤ??? | 1000111111100011110101011010010111100100001111110011111100111111 | 8fe3d5a5e43f3f3f |
UTF-8 | 鈺ヤ퍢勵뛄 | 111010011000100010111010111000111000001110100100111011011000110110100010111011111010010110111111111010111001101110000100 | e988bae383a4ed8da2efa5bfeb9b84 |
UHC | 鈺ヤ퍢勵뛄 | 11101000101011011010101111100100101110111001100111100101111110101000110101000010 | e8adabe4bb99e5fa8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)