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 | ã°ã | 100100001110001110011000101100001001000011100011 | 90e398b090e3 |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?ã?°?ã | 0011111110001111101010111010101000111111101000011110101100111111100011111010101110101010 | 3f8fabaa3fa1eb3f8fabaa |
UTF-8 | ã°ã | 110000101001000011000011101000111100001010011000110000101011000011000010100100001100001110100011 | c290c3a3c298c2b0c290c3a3 |
UHC | ???°?? | 00111111001111110011111110100001110001100011111100111111 | 3f3f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)