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 | 遽晁等迚エ | 111001111010111110011101111010001001001110011001111001111000100110110100 | e7af9de89399e789b4 |
EUC-JP | 遽晁等迚エ | 11101110101100011101101011101010110001011111100111101101111010011000111010110100 | eeb1daeac5f9ede98eb4 |
UTF-8 | 遽晁等迚エ | 111010011000000110111101111001101001100110000001111001111010110110001001111010001011111110011010111011111011110110110100 | e981bde69981e7ad89e8bf9aefbdb4 |
UHC | 遽晁等?? | 1100101111101000111100001100010111010100111101010011111100111111 | cbe8f0c5d4f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)