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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 羞寂叱B | 11100011101101011000111011100010100011101011011001000010 | e3b58ee28eb642 |
EUC-JP | 羞寂叱B | 11100110101101111011110011100100101111001011100001000010 | e6b7bce4bcb842 |
UTF-8 | 羞寂叱B | 11100111101111101001111011100101101011111000001011100101100011111011000101000010 | e7be9ee5af82e58fb142 |
UHC | 羞寂叱B | 11100010101110101110111011010110111100101110101001000010 | e2baeed6f2ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)