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 | 釶ウ繧域イ | 1110011111011111101100111110001110000010100010001110011010110010 | e7dfb3e38288e6b2 |
EUC-JP | 釶ウ繧域イ | 11101110111000011000111010110011111001011110001010110000111010001000111010110010 | eee18eb3e5e2b0e88eb2 |
UTF-8 | 釶ウ繧域イ | 111010011000011110110110111011111011110110110011111001111011100110100111111001011001111110011111111011111011110110110010 | e987b6efbdb3e7b9a7e59f9fefbdb2 |
UHC | ???域? | 001111110011111100111111111001101011010000111111 | 3f3f3fe6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)