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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟄ォ遶ェ蒹カ | 111001011010110110101011111001111010101110101010111001001110001110110110 | e5adabe7abaae4e3b6 |
EUC-JP | 蟄ォ遶ェ蒹カ | 111010101010111110001110101010111110111010101101100011101010101011101000111001011000111010110110 | eaaf8eabeead8eaae8e58eb6 |
UTF-8 | 蟄ォ遶ェ蒹カ | 111010001001111110000100111011111011110110101011111010011000000110110110111011111011110110101010111010001001001010111001111011111011110110110110 | e89f84efbdabe981b6efbdaae892b9efbdb6 |
UHC | 蟄????? | 11110110110111100011111100111111001111110011111100111111 | f6de3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)