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 | 貉旧撒^ | 11100110101110011000101110001100100011100101010001011110 | e6b98b8c8e545e |
EUC-JP | 貉旧撒^ | 11101100101110111011010111101100101110111011010101011110 | ecbbb5ecbbb55e |
UTF-8 | 貉旧撒^ | 11101000101100101000100111100110100101111010011111100110100100101001001001011110 | e8b289e697a7e692925e |
UHC | ??撒^ | 0011111100111111110111111010111001011110 | 3f3fdfae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)