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ÂC | 110000111011101101011001110000101001110101000011 | c3bb59c29d43 |
SJIS-WIN | ??Y??C | 001111110011111101011001001111110011111101000011 | 3f3f593f3f43 |
EUC-JP | Ã?YÂ?C | 10001111101010101010101000111111010110011000111110101010101001000011111101000011 | 8faaaa3f598faaa43f43 |
UTF-8 | ûYÂC | 11000011100000111100001010111011010110011100001110000010110000101001110101000011 | c383c2bb59c382c29d43 |
UHC | ??Y??C | 001111110011111101011001001111110011111101000011 | 3f3f593f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)