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 | ûÍæÆ | 11111011110011011110011011000110 | fbcde6c6 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ûÍæÆ | 100011111010101111100101100011111010101010111111100011111010100111000001100011111010100110100001 | 8fabe58faabf8fa9c18fa9a1 |
UTF-8 | ûÍæÆ | 1100001110111011110000111000110111000011101001101100001110000110 | c3bbc38dc3a6c386 |
UHC | ??æÆ | 001111110011111110101001101000011010100010100001 | 3f3fa9a1a8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)