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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 銓ャD銓ャD^ | 111001111111001010101100010001001110011111110010101011000100010001011110 | e7f2ac44e7f2ac445e |
EUC-JP | 銓ャD銓ャD^ | 1110111011110100100011101010110001000100111011101111010010001110101011000100010001011110 | eef48eac44eef48eac445e |
UTF-8 | 銓ャD銓ャD^ | 111010011000101010010011111011111011110110101100010001001110100110001010100100111110111110111101101011000100010001011110 | e98a93efbdac44e98a93efbdac445e |
UHC | 銓?D銓?D^ | 111011111011000000111111010001001110111110110000001111110100010001011110 | efb03f44efb03f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)