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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?篠?篠^ | 00111111100011101100001000111111100011101100001001011110 | 3f8ec23f8ec25e |
EUC-JP | 涑篠涑篠^ | 1000111111000111110010001011110011000100100011111100011111001000101111001100010001011110 | 8fc7c8bcc48fc7c8bcc45e |
UTF-8 | 涑篠涑篠^ | 11100110101101101001000111100111101011111010000011100110101101101001000111100111101011111010000001011110 | e6b691e7afa0e6b691e7afa05e |
UHC | 涑篠涑篠^ | 111000011101011111100001110001101110000111010111111000011100011001011110 | e1d7e1c6e1d7e1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)