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 | 。? | 1010000100111111 | a13f |
EUC-JP | 。暻 | 1000111010100001100011111100001011011101 | 8ea18fc2dd |
UTF-8 | 。暻 | 111011111011110110100001111001101001101010111011 | efbda1e69abb |
UHC | ?暻 | 001111111100110011011001 | 3fccd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)