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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?燔陸^ | 001111111110000010011000100101111010010001011110 | 3fe09897a45e |
EUC-JP | ?燔陸^ | 001111111101111111111000110011101010011001011110 | 3fdff8cea65e |
UTF-8 | 뤾燔陸^ | 11101011101001001011111011100111100001111001010011101001100110011011100001011110 | eba4bee78794e999b85e |
UHC | 뤾燔陸^ | 10001111111010101101101111100010110101111100000101011110 | 8feadbe2d7c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)