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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 招゚ッ] | 1000111110110101110111111010111101011101 | 8fb5dfaf5d |
EUC-JP | 招゚ッ] | 10111110101101111000111011011111100011101010111101011101 | beb78edf8eaf5d |
UTF-8 | 招゚ッ] | 11100110100010111001101111101111101111101001111111101111101111011010111101011101 | e68b9befbe9fefbdaf5d |
UHC | 招??] | 1111010011111101001111110011111101011101 | f4fd3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)