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 | 赦杓籥粃^ | 100011101100110110001110110110111110001011011110111000101110000101011110 | 8ecd8edbe2dee2e15e |
EUC-JP | 赦杓籥粃^ | 101111001100111110111100110111011110010011100000111001001110001101011110 | bccfbcdde4e0e4e35e |
UTF-8 | 赦杓籥粃^ | 11101000101101011010011011100110100111011001001111100111101100011010010111100111101100101000001101011110 | e8b5a6e69d93e7b1a5e7b2835e |
UHC | 赦杓?粃^ | 1101111011110101111110001111010100111111110111011111101101011110 | def5f8f53fddfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)