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 | Bþ^ | 1001001001000010100100011111111001011110 | 924291fe5e |
SJIS-WIN | ?B??^ | 0011111101000010001111110011111101011110 | 3f423f3f5e |
EUC-JP | ?B?þ^ | 00111111010000100011111110001111101010011101000001011110 | 3f423f8fa9d05e |
UTF-8 | Bþ^ | 1100001010010010010000101100001010010001110000111011111001011110 | c29242c291c3be5e |
UHC | ?B?þ^ | 001111110100001000111111101010011010110101011110 | 3f423fa9ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)