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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 膝??蘖 | 100101010100011100111111001111111001111101010000 | 95473f3f9f50 |
EUC-JP | 膝??蘖 | 110010011010100000111111001111111101110110110001 | c9a83f3fddb1 |
UTF-8 | 膝뜇륮蘖 | 111010001000011010011101111010111001110010000111111010111010010110101110111010001001100010010110 | e8869deb9c87eba5aee89896 |
UHC | 膝뜇륮蘖 | 1110001110100011100011011000101010010000010011111110010111101110 | e3a38d8a904fe5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)