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 | 辰騒澆騒^ | 100100100100001110010001100110111110000001000011100100011001101101011110 | 9243919be043919b5e |
EUC-JP | 辰騒澆騒^ | 110000111010010011000001111110111101111110100100110000011111101101011110 | c3a4c1fbdfa4c1fb5e |
UTF-8 | 辰騒澆騒^ | 11101000101111101011000011101001101010001001001011100110101111101000011011101001101010001001001001011110 | e8beb0e9a892e6be86e9a8925e |
UHC | 辰???^ | 111100101110001100111111001111110011111101011110 | f2e33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)