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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 毎猛^ | 1001011010001000100101101101001001011110 | 968896d25e |
EUC-JP | 毎猛^ | 1100101111101000110011001101010001011110 | cbe8ccd45e |
UTF-8 | 毎猛^ | 11100110101011111000111011100111100011001001101101011110 | e6af8ee78c9b5e |
UHC | ?猛^ | 00111111110110001110110101011110 | 3fd8ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)