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 | 鋓ワ魏タ煜疾 | 11111011110101101101110011101001101100001100000011111011010101011000111010111110 | fbd6dce9b0c0fb558ebe |
EUC-JP | 鋓ワ魏タ煜疾 | 1000111111100100101111111000111011011100111100101011001010001110110000001000111111001001111111001011110011000000 | 8fe4bf8edcf2b28ec08fc9fcbcc0 |
UTF-8 | 鋓ワ魏タ煜疾 | 111010011000101110010011111011111011111010011100111010011010110110001111111011111011111010000000111001111000010110011100111001111001011010111110 | e98b93efbe9ce9ad8fefbe80e7859ce796be |
UHC | ??魏?煜疾 | 001111110011111111101010111000000011111111101001111100101111001011110000 | 3f3feae03fe9f2f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)