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 | 形㎪ | 111001011011110110100010111000111000111010101010 | e5bda2e38eaa |
UHC | 形㎪ | 11111011101000011010011111100110 | fba1a7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)