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 | àã | 100110101000001011100000100111101110001110011001 | 9a82e09ee399 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??à?ã? | 00111111001111111000111110101011101000100011111110001111101010111010101000111111 | 3f3f8faba23f8fabaa3f |
UTF-8 | àã | 110000101001101011000010100000101100001110100000110000101001111011000011101000111100001010011001 | c29ac282c3a0c29ec3a3c299 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)