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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 鵫昀BF | 111111000100100011111010110011100100001001000110 | fc48face4246 |
EUC-JP | 鵫昀BF | 1000111111101011111110101000111111000001111101010100001001000110 | 8febfa8fc1f54246 |
UTF-8 | 鵫昀BF | 1110100110110101101010111110011010011000100000000100001001000110 | e9b5abe698804246 |
UHC | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)