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 | 切? | 100100001101100000111111 | 90d83f |
EUC-JP | 切? | 110000001101101000111111 | c0da3f |
UTF-8 | 切휭 | 111001011000100010000111111011011001110010101101 | e58887ed9cad |
UHC | 切휭 | 11101111101101111100100011011101 | efb7c8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)