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 | 謔区kB | 11100110100000101000101111100110100000101000101101000010 | e6828be6828b42 |
EUC-JP | 謔区kB | 11101011111000101011011011101000101000111110101101000010 | ebe2b6e8a3eb42 |
UTF-8 | 謔区kB | 11101000101011001001010011100101100011001011101011101111101111011000101101000010 | e8ac94e58cbaefbd8b42 |
UHC | 謔?kB | 111110011100110000111111101000111110101101000010 | f9cc3fa3eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)