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 | 蠇滄恙遲オ | 111110111010000110011111111010011001110010011001111001111010110110110101 | fba19fe99c99e7adb5 |
EUC-JP | ?滄恙遲オ | 001111111101111011101011110101111111100111101110101011111000111010110101 | 3fdeebd7f9eeaf8eb5 |
UTF-8 | 蠇滄恙遲オ | 111010001010000010000111111001101011101110000100111001101000000110011001111010011000000110110010111011111011110110110101 | e8a087e6bb84e68199e981b2efbdb5 |
UHC | ?滄恙遲? | 0011111111110011111001111110010110111111111100101100000000111111 | 3ff3e7e5bff2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)