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 | ?析?析^ | 00111111100100001100110100111111100100001100110101011110 | 3f90cd3f90cd5e |
EUC-JP | 奭析奭析^ | 1000111110111000111111101100000011001111100011111011100011111110110000001100111101011110 | 8fb8fec0cf8fb8fec0cf5e |
UTF-8 | 奭析奭析^ | 11100101101001011010110111100110100111101001000011100101101001011010110111100110100111101001000001011110 | e5a5ade69e90e5a5ade69e905e |
UHC | 奭析奭析^ | 111000001010101111100000101100001110000010101011111000001011000001011110 | e0abe0b0e0abe0b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)