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^ | 111001111011000010100111010001001110011110110000101001110100010001011110 | e7b0a744e7b0a7445e |
EUC-JP | 邁ァD邁ァD^ | 1110111010110010100011101010011101000100111011101011001010001110101001110100010001011110 | eeb28ea744eeb28ea7445e |
UTF-8 | 邁ァD邁ァD^ | 111010011000001010000001111011111011110110100111010001001110100110000010100000011110111110111101101001110100010001011110 | e98281efbda744e98281efbda7445e |
UHC | 邁?D邁?D^ | 110110001110010000111111010001001101100011100100001111110100010001011110 | d8e43f44d8e43f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)