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 | 邁ァ阡ャ | 111001111011000010100111111010001001010010101100 | e7b0a7e894ac |
EUC-JP | 邁ァ阡ャ | 1110111010110010100011101010011111101111111101001000111010101100 | eeb28ea7eff48eac |
UTF-8 | 邁ァ阡ャ | 111010011000001010000001111011111011110110100111111010011001100010100001111011111011110110101100 | e98281efbda7e998a1efbdac |
UHC | 邁?阡? | 110110001110010000111111111101001100011000111111 | d8e43ff4c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)