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 | 沚遁e魚?? | 10011111100011011001001111011001100000101000010110001011100110110011111100111111 | 9f8d93d982858b9b3f3f |
EUC-JP | 沚遁e魚?? | 11011101111011011100011011011011101000111110010110110101111110110011111100111111 | ddedc6dba3e5b5fb3f3f |
UTF-8 | 沚遁e魚흖렡 | 111001101011001010011010111010011000000110000001111011111011110110000101111010011010110110011010111011011001110110010110111010111010000010100001 | e6b29ae98181efbd85e9ad9aed9d96eba0a1 |
UHC | 沚遁e魚흖렡 | 111100101010111111010100111011011010001111100101111001011110000011001000111010001000111010110010 | f2afd4eda3e5e5e0c8e88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)