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 | 遶ェ蜈カ蟆 | 1110011110101011101010101110010110000101101101101110010110110000 | e7abaae585b6e5b0 |
EUC-JP | 遶ェ蜈カ蟆 | 11101110101011011000111010101010111010011110010110001110101101101110101010110010 | eead8eaae9e58eb6eab2 |
UTF-8 | 遶ェ蜈カ蟆 | 111010011000000110110110111011111011110110101010111010001001110010001000111011111011110110110110111010001001111110000110 | e981b6efbdaae89c88efbdb6e89f86 |
UHC | ??蜈?? | 001111110011111111101000101001010011111100111111 | 3f3fe8a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)