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 | 畢祠? | 1001010101001100111000100100101100111111 | 954ce24b3f |
EUC-JP | 畢祠? | 1100100110101101111000111010110000111111 | c9ade3ac3f |
UTF-8 | 畢祠렫 | 111001111001010110100010111001111010010110100000111010111010000010101011 | e795a2e7a5a0eba0ab |
UHC | 畢祠렫 | 111110011011010011011110111001101000111010111001 | f9b4dee68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)