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 | 淏? | 111110110100001000111111 | fb423f |
EUC-JP | 淏? | 10001111110001111101100100111111 | 8fc7d93f |
UTF-8 | 淏렕 | 111001101011011110001111111010111010000010010101 | e6b78feba095 |
UHC | 淏렕 | 11111011110010001000111010101010 | fbc88eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)