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 | 臧大臧垈^ | 111001000110100010010001111001011110010001101000100110101011000001011110 | e46891e5e4689ab05e |
EUC-JP | 臧大臧垈^ | 111001111100100111000010111001111110011111001001110101001011001001011110 | e7c9c2e7e7c9d4b25e |
UTF-8 | 臧大臧垈^ | 11101000100001111010011111100101101001001010011111101000100001111010011111100101100111101000100001011110 | e887a7e5a4a7e887a7e59e885e |
UHC | 臧大臧垈^ | 111011011111010111010011110111101110110111110101110100111101110001011110 | edf5d3deedf5d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)