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 | 攸? | 100111011011111100111111 | 9dbf3f |
EUC-JP | 攸? | 110110101100000100111111 | dac13f |
UTF-8 | 攸꿄 | 111001101001010010111000111010101011111110000100 | e694b8eabf84 |
UHC | 攸꿄 | 11101010111100101000010101000101 | eaf28545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)