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 | ??s??s^ | 00111111001111110111001100111111001111110111001101011110 | 3f3f733f3f735e |
SJIS-WIN | ??s??s^ | 00111111001111110111001100111111001111110111001101011110 | 3f3f733f3f735e |
EUC-JP | ??s??s^ | 00111111001111110111001100111111001111110111001101011110 | 3f3f733f3f735e |
UTF-8 | 쒔렎s쒔렎s^ | 111011001001001010010100111010111010000010001110011100111110110010010010100101001110101110100000100011100111001101011110 | ec9294eba08e73ec9294eba08e735e |
UHC | 쒔렎s쒔렎s^ | 1011111010101101100011101010010001110011101111101010110110001110101001000111001101011110 | bead8ea473bead8ea4735e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)