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 | 送? | 100100011001011100111111 | 91973f |
EUC-JP | 送? | 110000011111011100111111 | c1f73f |
UTF-8 | 送롾 | 111010011000000010000001111010111010000110111110 | e98081eba1be |
UHC | 送롾 | 11100001111010101000111011111000 | e1ea8ef8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)