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 | 100100101111100110001010111010010011111101000010 | 92f98ae93f42 |
EUC-JP | 訂企?B | 110001001111101110110100111010110011111101000010 | c4fbb4eb3f42 |
UTF-8 | 訂企혐B | 11101000101010001000001011100100101111001000000111101101100110001001000001000010 | e8a882e4bc81ed989042 |
UHC | 訂企혐B | 11101111111101001101000011101010110001111111100001000010 | eff4d0eac7f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)