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 | 10011111111101110011111101111000 | 9ff73f78 |
EUC-JP | 漿?x | 11011110111110010011111101111000 | def93f78 |
UTF-8 | 漿렞x | 11100110101111001011111111101011101000001001111001111000 | e6bcbfeba09e78 |
UHC | 漿렞x | 1110110111101100100011101010111101111000 | edec8eaf78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)