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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ヒ靜 | 110010111110100011001110 | cbe8ce |
EUC-JP | ヒ靜 | 10001110110010111111000011010000 | 8ecbf0d0 |
UTF-8 | ヒ靜 | 111011111011111010001011111010011001110110011100 | efbe8be99d9c |
UHC | ?靜 | 001111111111000010100001 | 3ff0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)