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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 葯ュF | 11100100110111101010110101000110 | e4dead46 |
EUC-JP | 葯ュF | 1110100011100000100011101010110101000110 | e8e08ead46 |
UTF-8 | 葯ュF | 11101000100100011010111111101111101111011010110101000110 | e891afefbdad46 |
UHC | 葯?F | 11100101101101010011111101000110 | e5b53f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)