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 | 羨絮? | 1001000101000001111000110101000000111111 | 9141e3503f |
EUC-JP | 羨絮剡 | 11000001101000101110010110110001100011111011001111000111 | c1a2e5b18fb3c7 |
UTF-8 | 羨絮剡 | 111001111011111010101000111001111011010110101110111001011000100110100001 | e7bea8e7b5aee589a1 |
UHC | 羨絮剡 | 111000001100110011011111111111001110000011100110 | e0ccdffce0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)