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 | 胼合桑 | 111001000100010110001101100001111000110001001011 | e4458d878c4b |
EUC-JP | 胼合桑 | 111001111010011010111001111001111011011110101100 | e7a6b9e7b7ac |
UTF-8 | 胼合桑 | 111010001000001110111100111001011001000010001000111001101010000110010001 | e883bce59088e6a191 |
UHC | ?合桑 | 0011111111111001111010101101111111001101 | 3ff9eadfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)