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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 罔処梢y | 11100011101001101000111110001000100011111011110101111001 | e3a68f888fbd79 |
EUC-JP | 罔処梢y | 11100110101010001011110111101000101111101011111101111001 | e6a8bde8bebf79 |
UTF-8 | 罔処梢y | 11100111101111011001010011100101100001111010011011100110101000101010001001111001 | e7bd94e587a6e6a2a279 |
UHC | 罔?梢y | 110110001101001000111111111101001111111001111001 | d8d23ff4fe79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)