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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 漱雙 | 10011111111110011001100111010100 | 9ff999d4 |
EUC-JP | 漱雙 | 11011110111110111101001011010110 | defbd2d6 |
UTF-8 | 漱雙 | 111001101011110010110001111010011001101110011001 | e6bcb1e99b99 |
UHC | 漱雙 | 11100010101010111110010010101010 | e2abe4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)