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 | úû¥ç£è | 11111010111110111010010111100111101000111000000111101000 | fafba5e7a381e8 |
SJIS-WIN | ??¥?£?? | 001111110011111110000001100011110011111110000001100100100011111100111111 | 3f3f818f3f81923f3f |
EUC-JP | úû?ç£?è | 10001111101010111110001010001111101010111110010100111111100011111010101110101110101000011111001000111111100011111010101110110010 | 8fabe28fabe53f8fabaea1f23f8fabb2 |
UTF-8 | úû¥ç£è | 1100001110111010110000111011101111000010101001011100001110100111110000101010001111000010100000011100001110101000 | c3bac3bbc2a5c3a7c2a3c281c3a8 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)