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 | 荳ケ蟄倩鳩 | 111001001011100010111001111001011010110110011000111010001001010010110101 | e4b8b9e5ad98e894b5 |
EUC-JP | 荳ケ蟄倩鳩 | 11101000101110101000111010111001111010101010111111010000111010101100100010110111 | e8ba8eb9eaafd0eac8b7 |
UTF-8 | 荳ケ蟄倩鳩 | 111010001000110110110011111011111011110110111001111010001001111110000100111001011000000010101001111010011011001110101001 | e88db3efbdb9e89f84e580a9e9b3a9 |
UHC | 荳?蟄?鳩 | 1101010011100101001111111111011011011110001111111100111111001101 | d4e53ff6de3fcfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)