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 | 楢④턂 | 111001101010010110100010111000101001000110100011111011011000010010000010 | e6a5a2e291a3ed8482 |
UHC | 楢④턂 | 111010101111100110101000111010101011010110011110 | eaf9a8eab59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)