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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 彧晳x | 1111101010111001111110101101100101111000 | fab9fad978 |
EUC-JP | 彧晳x | 10001111101111001111111010001111110000101100010001111000 | 8fbcfe8fc2c478 |
UTF-8 | 彧晳x | 11100101101111011010011111100110100110011011001101111000 | e5bda7e699b378 |
UHC | 彧晳x | 1110100111101110111000001010111101111000 | e9eee0af78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)