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 | çóäº | 1110011111110011100000011110010010111010 | e7f381e4ba |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | çó?äº | 10001111101010111010111010001111101010111101000100111111100011111010101110100011100011111010001011101011 | 8fabae8fabd13f8faba38fa2eb |
UTF-8 | çóäº | 11000011101001111100001110110011110000101000000111000011101001001100001010111010 | c3a7c3b3c281c3a4c2ba |
UHC | ????º | 001111110011111100111111001111111010100010101100 | 3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)