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 | ?????® | 001111110011111100111111001111110011111110101110 | 3f3f3f3f3fae |
SJIS-WIN | 財????? | 10001101111000000011111100111111001111110011111100111111 | 8de03f3f3f3f3f |
EUC-JP | 財????® | 101110101110001000111111001111110011111100111111100011111010001011101110 | bae23f3f3f3f8fa2ee |
UTF-8 | 財목렰ㅽ렖® | 1110100010110010101000011110101110101010101010011110101110100000101100001110001110000101101111011110101110100000100101101100001010101110 | e8b2a1ebaaa9eba0b0e385bdeba096c2ae |
UHC | 財목렰ㅽ렖® | 111011101010111110111000111100011000111010111101101001001110110110001110101010111010001011100111 | eeafb8f18ebda4ed8eaba2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)