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 | 什κ | 10001111010110011000001111001000 | 8f5983c8 |
EUC-JP | 什κ | 10111101101110101010011011001010 | bdbaa6ca |
UTF-8 | 什κ | 1110010010111011100000001100111010111010 | e4bb80ceba |
UHC | 什κ | 11100100101001111010010111101010 | e4a7a5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)