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 | 魄ィ謇具スゥ | 111010011010111010101000111001101000100110001011111011111011110110101001 | e9aea8e6898befbda9 |
EUC-JP | 魄ィ謇具スゥ | 111100101011000010001110101010001110101111101001101101101111000110001110101111011000111010101001 | f2b08ea8ebe9b6f18ebd8ea9 |
UTF-8 | 魄ィ謇具スゥ | 111010011010110110000100111011111011110110101000111010001010110010000111111001011000010110110111111011111011110110111101111011111011110110101001 | e9ad84efbda8e8ac87e585b7efbdbdefbda9 |
UHC | 魄??具?? | 1101101111011110001111110011111111001110111111010011111100111111 | dbde3f3fcefd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)