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 | ヘン | 1100110111011101 | cddd |
EUC-JP | ヘン | 10001110110011011000111011011101 | 8ecd8edd |
UTF-8 | ヘン | 111011111011111010001101111011111011111010011101 | efbe8defbe9d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)