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 | 嶢?繒 | 1001101111010000001111111111101110001111 | 9bd03ffb8f |
EUC-JP | 嶢?繒 | 110101101101001000111111100011111101010011010100 | d6d23f8fd4d4 |
UTF-8 | 嶢렖繒 | 111001011011011010100010111010111010000010010110111001111011100110010010 | e5b6a2eba096e7b992 |
UHC | 嶢렖繒 | 111010001111001010001110101010111111000111111001 | e8f28eabf1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)