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 | 霰檸霰櫃^ | 111010001100010110011111010001011110100011000101100111110100001101011110 | e8c59f45e8c59f435e |
EUC-JP | 霰檸霰櫃^ | 111100001100011111011101101001101111000011000111110111011010010001011110 | f0c7dda6f0c7dda45e |
UTF-8 | 霰檸霰櫃^ | 11101001100111001011000011100110101010101011100011101001100111001011000011100110101010111000001101011110 | e99cb0e6aab8e99cb0e6ab835e |
UHC | 霰?霰櫃^ | 1101111110101100001111111101111110101100110011111111011001011110 | dfac3fdfaccff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)