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 | ëüÉ¿F | 1110101111111100110010011011111101000110 | ebfcc9bf46 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | ëüÉ¿F | 10001111101010111011001110001111101010111110010010001111101010101011000110001111101000101100010001000110 | 8fabb38fabe48faab18fa2c446 |
UTF-8 | ëüÉ¿F | 110000111010101111000011101111001100001110001001110000101011111101000110 | c3abc3bcc389c2bf46 |
UHC | ???¿F | 001111110011111100111111101000101010111101000110 | 3f3f3fa2af46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)