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 | 猊簟霑 | 111000001100011111100010110100001110100010111111 | e0c7e2d0e8bf |
EUC-JP | 猊簟霑 | 111000001100100111100100110100101111000011000001 | e0c9e4d2f0c1 |
UTF-8 | 猊簟霑 | 111001111000110010001010111001111011000010011111111010011001110010010001 | e78c8ae7b09fe99c91 |
UHC | 猊?霑 | 1110011111011001001111111110111111000101 | e7d93fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)