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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陷溢т | 111010001001110010001000111011001000010010000100 | e89c88ec8484 |
EUC-JP | 陷溢т | 111011111111110010110000111011101010011111100100 | effcb0eea7e4 |
UTF-8 | 陷溢т | 1110100110011001101101111110011010111010101000101101000110000010 | e999b7e6baa2d182 |
UHC | 陷溢т | 111110011110100011101100111011101010110011100100 | f9e8eceeace4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)