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 | 蠑幎ク懃ィ | 1110010110111100100110111110101110111000100111001110011110101000 | e5bc9bebb89ce7a8 |
EUC-JP | 蠑幎ク懃ィ | 11101010101111101101011011101101100011101011100011011000111010011000111010101000 | eabed6ed8eb8d8e98ea8 |
UTF-8 | 蠑幎ク懃ィ | 111010001010000010010001111001011011100110001110111011111011110110111000111001101000011110000011111011111011110110101000 | e8a091e5b98eefbdb8e68783efbda8 |
UHC | ???懃? | 001111110011111100111111110100001100010000111111 | 3f3f3fd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)