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 | 奄섏 | 111001011010010110000100111011001000010010001111 | e5a584ec848f |
UHC | 奄섏 | 11100101111100101001100011101100 | e5f298ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)