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 | 而?? | 10001110101001110011111100111111 | 8ea73f3f |
EUC-JP | 而琫? | 101111001010100110001111110011001010111100111111 | bca98fccaf3f |
UTF-8 | 而琫♧ | 111010001000000010001100111001111001000010101011111000101001100110100111 | e8808ce790abe299a7 |
UHC | 而琫♧ | 111011001011101111011100111011011010001010111111 | ecbbdceda2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)