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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逑碑攤 | 111001111001001110010100111010001001110110111000 | e79394e89db8 |
EUC-JP | 逑碑攤 | 111011011111001111001000111010101101101010111010 | edf3c8eadaba |
UTF-8 | 逑碑攤 | 111010011000000010010001111001111010001010010001111001101001010010100100 | e98091e7a291e694a4 |
UHC | 逑碑? | 1100111111000111110111011111100000111111 | cfc7ddf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)