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 | 陟剰、ォ | 111010001010000010001111111010001010010010101011 | e8a08fe8a4ab |
EUC-JP | 陟剰、ォ | 1111000010100010101111101110101010001110101001001000111010101011 | f0a2beea8ea48eab |
UTF-8 | 陟剰、ォ | 111010011001100110011111111001011000100110110000111011111011110110100100111011111011110110101011 | e9999fe589b0efbda4efbdab |
UHC | 陟??? | 1111010010110011001111110011111100111111 | f4b33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)