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 | ?⑧? | 00111111100001110100011100111111 | 3f87473f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 燎⑧궢 | 111011111010011110000000111000101001000110100111111010101011011010100010 | efa780e291a7eab6a2 |
UHC | 燎⑧궢 | 111010001111101110101000111011101000001010110101 | e8fba8ee82b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)