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 | 蝨楠紛 | 111001011001110010010011111011011001010110110100 | e59c93ed95b4 |
EUC-JP | 蝨楠紛 | 111010011111110011000110111011111100101010110110 | e9fcc6efcab6 |
UTF-8 | 蝨楠紛 | 111010001001110110101000111001101010010110100000111001111011010010011011 | e89da8e6a5a0e7b49b |
UHC | 蝨楠紛 | 111000111010010011010001111110001101110111010001 | e3a4d1f8ddd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)