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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聰引か | 111000111110000010001000111110001000001010101001 | e3e088f882a9 |
EUC-JP | 聰引か | 111001101110001010110000111110101010010010101011 | e6e2b0faa4ab |
UTF-8 | 聰引か | 111010001000000110110000111001011011110010010101111000111000000110001011 | e881b0e5bc95e3818b |
UHC | 聰引か | 111101011100011011101100110110101010101010101011 | f5c6ecdaaaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)