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èì~ | 1001101001000010111010001110110001111110 | 9a42e8ec7e |
SJIS-WIN | ?B??~ | 0011111101000010001111110011111101111110 | 3f423f3f7e |
EUC-JP | ?Bèì~ | 001111110100001010001111101010111011001010001111101010111100000001111110 | 3f428fabb28fabc07e |
UTF-8 | Bèì~ | 1100001010011010010000101100001110101000110000111010110001111110 | c29a42c3a8c3ac7e |
UHC | ?B??~ | 0011111101000010001111110011111101111110 | 3f423f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)