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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 妺汐岦 | 111110101010010110001110101011001111101010101100 | faa58eacfaac |
EUC-JP | 妺汐岦 | 1000111110111001101101111011110010101110100011111011101110110011 | 8fb9b7bcae8fbbb3 |
UTF-8 | 妺汐岦 | 111001011010011010111010111001101011000110010000111001011011001010100110 | e5a6bae6b190e5b2a6 |
UHC | ?汐? | 00111111111000001011000100111111 | 3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)