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 | 軫?軫?^ | 11100111011001100011111111100111011001100011111101011110 | e7663fe7663f5e |
EUC-JP | 軫?軫?^ | 11101101110001110011111111101101110001110011111101011110 | edc73fedc73f5e |
UTF-8 | 軫섄軫섄^ | 11101000101110111010101111101100100001001000010011101000101110111010101111101100100001001000010001011110 | e8bbabec8484e8bbabec84845e |
UHC | 軫섄軫섄^ | 111100101110001010111100101010011111001011100010101111001010100101011110 | f2e2bca9f2e2bca95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)