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 | 瑟?? | 11100000111011000011111100111111 | e0ec3f3f |
EUC-JP | 瑟?? | 11100000111011100011111100111111 | e0ee3f3f |
UTF-8 | 瑟띯룶 | 111001111001000110011111111010111001110110101111111010111010001110110110 | e7919feb9dafeba3b6 |
UHC | 瑟띯룶 | 111000111010001010001101111000101000111110101011 | e3a28de28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)