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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 迯諭B | 1110011110001101100101110100000001000010 | e78d974042 |
EUC-JP | 迯諭B | 1110110111101101110011011010000101000010 | ededcda142 |
UTF-8 | 迯諭B | 11101000101111111010111111101000101010111010110101000010 | e8bfafe8abad42 |
UHC | ?諭B | 00111111111010111011000101000010 | 3febb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)