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 | 奄? | 100010011000001000111111 | 89823f |
EUC-JP | 奄? | 101100011110001000111111 | b1e23f |
UTF-8 | 奄텯 | 111001011010010110000100111011011000010110101111 | e5a584ed85af |
UHC | 奄텯 | 11100101111100101011011101000010 | e5f2b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)