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 | îäÍ? | 11101110111001001100110100111111 | eee4cd3f |
SJIS-WIN | ???♀ | 0011111100111111001111111000000110001010 | 3f3f3f818a |
EUC-JP | îäÍ♀ | 1000111110101011110000101000111110101011101000111000111110101010101111111010000111101010 | 8fabc28faba38faabfa1ea |
UTF-8 | îäÍ♀ | 110000111010111011000011101001001100001110001101111000101001100110000000 | c3aec3a4c38de29980 |
UHC | ???♀ | 0011111100111111001111111010000111001111 | 3f3f3fa1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)