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 | çYí\ | 1110011101011001100111111110110101011100 | e7599fed5c |
SJIS-WIN | ?Y??\ | 0011111101011001001111110011111101011100 | 3f593f3f5c |
EUC-JP | çY?í\ | 100011111010101110101110010110010011111110001111101010111011111101011100 | 8fabae593f8fabbf5c |
UTF-8 | çYí\ | 1100001110100111010110011100001010011111110000111010110101011100 | c3a759c29fc3ad5c |
UHC | ?Y??\ | 0011111101011001001111110011111101011100 | 3f593f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)