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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 畯?E畯?EB | 111110110110111100111111010001011111101101101111001111110100010101000010 | fb6f3f45fb6f3f4542 |
EUC-JP | 畯?E畯?EB | 1000111111001101101110110011111101000101100011111100110110111011001111110100010101000010 | 8fcdbb3f458fcdbb3f4542 |
UTF-8 | 畯햅E畯햅EB | 111001111001010110101111111011011001011010000101010001011110011110010101101011111110110110010110100001010100010101000010 | e795afed968545e795afed96854542 |
UHC | 畯햅E畯햅EB | 1111000111100001110001111101110101000101111100011110000111000111110111010100010101000010 | f1e1c7dd45f1e1c7dd4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)