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 | ??t^ | 00111111001111110111010001011110 | 3f3f745e |
SJIS-WIN | ??t^ | 00111111001111110111010001011110 | 3f3f745e |
EUC-JP | ??t^ | 00111111001111110111010001011110 | 3f3f745e |
UTF-8 | 쒔렔t^ | 1110110010010010100101001110101110100000100101000111010001011110 | ec9294eba094745e |
UHC | 쒔렔t^ | 101111101010110110001110101010010111010001011110 | bead8ea9745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)