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 | 形? | 100011000110000000111111 | 8c603f |
EUC-JP | 形? | 101101111100000100111111 | b7c13f |
UTF-8 | 形앬 | 111001011011110110100010111011001001010110101100 | e5bda2ec95ac |
UHC | 形앬 | 11111011101000011001110111100100 | fba19de4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)