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 | ?讒巐産 | 00111111111001101010011111111010101101101000111001011001 | 3fe6a7fab68e59 |
EUC-JP | 巋讒巐産 | 10001111101110111111100011101100101010011000111110111011111110011011101110111010 | 8fbbf8eca98fbbf9bbba |
UTF-8 | 巋讒巐産 | 111001011011011110001011111010001010111010010010111001011011011110010000111001111001010010100011 | e5b78be8ae92e5b790e794a3 |
UHC | ?讒?産 | 001111111111001111011000001111111101111110100111 | 3ff3d83fdfa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)