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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郤千エォ | 111001111011101010010000111001111011010010101011 | e7ba90e7b4ab |
EUC-JP | 郤千エォ | 1110111010111100110000001110100110001110101101001000111010101011 | eebcc0e98eb48eab |
UTF-8 | 郤千エォ | 111010011000001110100100111001011000110110000011111011111011110110110100111011111011110110101011 | e983a4e58d83efbdb4efbdab |
UHC | ?千?? | 0011111111110100101101100011111100111111 | 3ff4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)