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 | 閼ア蟄倩鳩 | 111010001000010010110001111001011010110110011000111010001001010010110101 | e884b1e5ad98e894b5 |
EUC-JP | 閼ア蟄倩鳩 | 11101111111001001000111010110001111010101010111111010000111010101100100010110111 | efe48eb1eaafd0eac8b7 |
UTF-8 | 閼ア蟄倩鳩 | 111010011001011010111100111011111011110110110001111010001001111110000100111001011000000010101001111010011011001110101001 | e996bcefbdb1e89f84e580a9e9b3a9 |
UHC | 閼?蟄?鳩 | 1110010011011001001111111111011011011110001111111100111111001101 | e4d93ff6de3fcfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)