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 | 001111111110000010011000100111011101011001000010 | 3fe0989dd642 |
EUC-JP | ?燔旒B | 001111111101111111111000110110101101100001000010 | 3fdff8dad842 |
UTF-8 | 뤾燔旒B | 11101011101001001011111011100111100001111001010011100110100101111001001001000010 | eba4bee78794e6979242 |
UHC | 뤾燔旒B | 10001111111010101101101111100010110101111011001001000010 | 8feadbe2d7b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)