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 | 鱆ムエワ | 1110100111100001110100011011010011011100 | e9e1d1b4dc |
EUC-JP | 鱆ムエワ | 1111001011100011100011101101000110001110101101001000111011011100 | f2e38ed18eb48edc |
UTF-8 | 鱆ムエワ | 111010011011000110000110111011111011111010010001111011111011110110110100111011111011111010011100 | e9b186efbe91efbdb4efbe9c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)