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 | 嘗? | 100011111010011000111111 | 8fa63f |
EUC-JP | 嘗? | 101111101010100000111111 | bea83f |
UTF-8 | 嘗룿 | 111001011001100010010111111010111010001110111111 | e59897eba3bf |
UHC | 嘗룿 | 11011111110001001000111110110000 | dfc48fb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)