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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邁誹摺遏⑥ | 11100111101100001001010011101110100100001010000011100111100111111000011101000101 | e7b094ee90a0e79f8745 |
EUC-JP | 邁誹摺遏? | 111011101011001011001000111100001100000010100010111011101010000100111111 | eeb2c8f0c0a2eea13f |
UTF-8 | 邁誹摺遏⑥ | 111010011000001010000001111010001010101010111001111001101001000110111010111010011000000110001111111000101001000110100101 | e98281e8aab9e691bae9818fe291a5 |
UHC | 邁誹摺?⑥ | 110110001110010011011110101001101110111111001001001111111010100011101100 | d8e4dea6efc93fa8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)