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 | 楢④? | 1001001111101000100001110100001100111111 | 93e887433f |
EUC-JP | 楢?? | 11000110111010100011111100111111 | c6ea3f3f |
UTF-8 | 楢④뎀 | 111001101010010110100010111000101001000110100011111010111000111010000000 | e6a5a2e291a3eb8e80 |
UHC | 楢④뎀 | 111010101111100110101000111010101011010110101001 | eaf9a8eab5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)