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 | 蟄厄セ宣ー | 1110010110101101100101101110111110111110100100001110100110110000 | e5ad96efbe90e9b0 |
EUC-JP | 蟄厄セ宣ー | 11101010101011111100110011110001100011101011111011000000111010111000111010110000 | eaafccf18ebec0eb8eb0 |
UTF-8 | 蟄厄セ宣ー | 111010001001111110000100111001011000111010000100111011111011110110111110111001011010111010100011111011111011110110110000 | e89f84e58e84efbdbee5aea3efbdb0 |
UHC | 蟄厄?宣? | 1111011011011110111001001111100000111111111000001011111000111111 | f6dee4f83fe0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)