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 | 漱裲 | 10011111111110011110010111101010 | 9ff9e5ea |
EUC-JP | 漱裲 | 11011110111110111110101011101100 | defbeaec |
UTF-8 | 漱裲 | 111001101011110010110001111010001010001110110010 | e6bcb1e8a3b2 |
UHC | 漱? | 111000101010101100111111 | e2ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)