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 | 汚? | 100010011001100000111111 | 89983f |
EUC-JP | 汚? | 101100011111100000111111 | b1f83f |
UTF-8 | 汚씍 | 111001101011000110011010111011001001010010001101 | e6b19aec948d |
UHC | 汚씍 | 11100111111111011001110110100100 | e7fd9da4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)