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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 懿??? | 1001110011110010001111110011111100111111 | 9cf23f3f3f |
EUC-JP | 懿??璵 | 11011000111101000011111100111111100011111100110011100110 | d8f43f3f8fcce6 |
UTF-8 | 懿볥젌璵 | 111001101000011110111111111010111011001110100101111011001010000010001100111001111001001010110101 | e687bfebb3a5eca08ce792b5 |
UHC | 懿볥젌璵 | 1110101111110011100100111110101110100000100011011110011010100101 | ebf393eba08de6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)