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 | 鋓ワ魏タ嵭疾 | 11111011110101101101110011101001101100001100000011111010101100111000111010111110 | fbd6dce9b0c0fab38ebe |
EUC-JP | 鋓ワ魏タ嵭疾 | 1000111111100100101111111000111011011100111100101011001010001110110000001000111110111011110111101011110011000000 | 8fe4bf8edcf2b28ec08fbbdebcc0 |
UTF-8 | 鋓ワ魏タ嵭疾 | 111010011000101110010011111011111011111010011100111010011010110110001111111011111011111010000000111001011011010110101101111001111001011010111110 | e98b93efbe9ce9ad8fefbe80e5b5ade796be |
UHC | ??魏??疾 | 0011111100111111111010101110000000111111001111111111001011110000 | 3f3feae03f3ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)