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 | ??陽^ | 0011111100111111100101110111101001011110 | 3f3f977a5e |
EUC-JP | 棅馹陽^ | 100011111100001111111011100011111110100110100001110011011101101101011110 | 8fc3fb8fe9a1cddb5e |
UTF-8 | 棅馹陽^ | 11100110101000111000010111101001101001101011100111101001100110011011110101011110 | e6a385e9a6b9e999bd5e |
UHC | 棅馹陽^ | 11011100101110001110110011110001111001011101010101011110 | dcb8ecf1e5d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)