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 | 玻 | 11100000110111101111100110100010 | e0def9a2 |
EUC-JP | 玻? | 111000001110000000111111 | e0e03f |
UTF-8 | 玻 | 111001111000111010111011111011101001101110111101 | e78ebbee9bbd |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)