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 | äüªå | 1110010011111100101010101110010110010101 | e4fcaae595 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | äüªå? | 10001111101010111010001110001111101010111110010010001111101000101110110010001111101010111010100100111111 | 8faba38fabe48fa2ec8faba93f |
UTF-8 | äüªå | 11000011101001001100001110111100110000101010101011000011101001011100001010010101 | c3a4c3bcc2aac3a5c295 |
UHC | ??ª?? | 001111110011111110101000101000110011111100111111 | 3f3fa8a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)