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 | イ晥 | 1111001010110110101100101111101011010101 | f2b6b2fad5 |
EUC-JP | ?イ? | 00111111100011101011001000111111 | 3f8eb23f |
UTF-8 | イ晥 | 111011101000011110101101111011111011110110110010111001101001100110100101 | ee87adefbdb2e699a5 |
UHC | ??晥 | 00111111001111111111110010110111 | 3f3ffcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)