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 | ài | 1001001010010100111000001000001010011101011010011000100110011111 | 9294e0829d69899f |
SJIS-WIN | ?????i?? | 0011111100111111001111110011111100111111011010010011111100111111 | 3f3f3f3f3f693f3f |
EUC-JP | ??à??i?? | 00111111001111111000111110101011101000100011111100111111011010010011111100111111 | 3f3f8faba23f3f693f3f |
UTF-8 | ài | 110000101001001011000010100101001100001110100000110000101000001011000010100111010110100111000010100010011100001010011111 | c292c294c3a0c282c29d69c289c29f |
UHC | ?????i?? | 0011111100111111001111110011111100111111011010010011111100111111 | 3f3f3f3f3f693f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)