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 | 嵬ょ? | 1001101111001010100000101110010100111111 | 9bca82e53f |
EUC-JP | 嵬ょ? | 1101011011001100101001001110011100111111 | d6cca4e73f |
UTF-8 | 嵬ょ눨 | 111001011011010110101100111000111000001010000111111010111000100010101000 | e5b5ace38287eb88a8 |
UHC | 嵬ょ눨 | 111010001110001110101010111001111000011110111111 | e8e3aae787bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)