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 | 謇育キャ辷イ | 111001101000100110001000111001111011011110101100111001111000100010110010 | e68988e7b7ace788b2 |
EUC-JP | 謇育キャ辷イ | 111010111110100110110000111010011000111010110111100011101010110011101101111010001000111010110010 | ebe9b0e98eb78eacede88eb2 |
UTF-8 | 謇育キャ辷イ | 111010001010110010000111111010001000001010110010111011111011110110110111111011111011110110101100111010001011111010110111111011111011110110110010 | e8ac87e882b2efbdb7efbdace8beb7efbdb2 |
UHC | ?育???? | 00111111111010111100000000111111001111110011111100111111 | 3febc03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)