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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隱ー騾滓搗蟄 | 1110100010101010101100001110100110000000100111111110011010011101100100011110010110101101 | e8aab0e9809fe69d91e5ad |
EUC-JP | 隱ー騾滓搗蟄 | 111100001010110010001110101100001111000111100000110111101110100011011001111100011110101010101111 | f0ac8eb0f1e0dee8d9f1eaaf |
UTF-8 | 隱ー騾滓搗蟄 | 111010011001101010110001111011111011110110110000111010011010100010111110111001101011101110010011111001101001000010010111111010001001111110000100 | e99ab1efbdb0e9a8bee6bb93e69097e89f84 |
UHC | 隱??滓搗蟄 | 11101011110111110011111100111111111011101010101111010011111111011111011011011110 | ebdf3f3feeabd3fdf6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)