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 | 蔗ク蜩育ォ | 1110010011110010101110001110010110010011100010001110011110101011 | e4f2b8e59388e7ab |
EUC-JP | 蔗ク蜩育ォ | 11101000111101001000111010111000111010011111001110110000111010011000111010101011 | e8f48eb8e9f3b0e98eab |
UTF-8 | 蔗ク蜩育ォ | 111010001001010010010111111011111011110110111000111010001001110010101001111010001000001010110010111011111011110110101011 | e89497efbdb8e89ca9e882b2efbdab |
UHC | 蔗??育? | 11101101101111010011111100111111111010111100000000111111 | edbd3f3febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)