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 | íùò? | 11101101111110011111001000111111 | edf9f23f |
SJIS-WIN | ???† | 0011111100111111001111111000000111110101 | 3f3f3f81f5 |
EUC-JP | íùò† | 1000111110101011101111111000111110101011111000111000111110101011110100101010001011110111 | 8fabbf8fabe38fabd2a2f7 |
UTF-8 | íùò† | 110000111010110111000011101110011100001110110010111000101000000010100000 | c3adc3b9c3b2e280a0 |
UHC | ???† | 0011111100111111001111111010001011010011 | 3f3f3fa2d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)