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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 髥???? | 10001111111010011111000000111111001111110011111100111111 | 8fe9f03f3f3f3f |
UTF-8 | 髥곭뮵鍊곭 | 111010011010101110100101111010101011001110101101111010111010111010110101111011111010011010011011111010101011001110101101 | e9aba5eab3adebaeb5efa69beab3ad |
UHC | 髥곭뮵鍊곭 | 11100111101000111000000111100111100100101011110111100110111010001000000111100111 | e7a381e792bde6e881e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)