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 | 嵬ゅ? | 1001101111001010100000101110001100111111 | 9bca82e33f |
EUC-JP | 嵬ゅ? | 1101011011001100101001001110010100111111 | d6cca4e53f |
UTF-8 | 嵬ゅ콪 | 111001011011010110101100111000111000001010000101111011001011110110101010 | e5b5ace38285ecbdaa |
UHC | 嵬ゅ콪 | 111010001110001110101010111001011011000110011110 | e8e3aae5b19e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)