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 | ??g??hE | 00111111001111110110011100111111001111110110100001000101 | 3f3f673f3f6845 |
SJIS-WIN | ??g??hE | 00111111001111110110011100111111001111110110100001000101 | 3f3f673f3f6845 |
EUC-JP | ??g??hE | 00111111001111110110011100111111001111110110100001000101 | 3f3f673f3f6845 |
UTF-8 | 쒔렠g쒔렎hE | 111011001001001010010100111010111010000010100000011001111110110010010010100101001110101110100000100011100110100001000101 | ec9294eba0a067ec9294eba08e6845 |
UHC | 쒔렠g쒔렎hE | 1011111010101101100011101011000101100111101111101010110110001110101001000110100001000101 | bead8eb167bead8ea46845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)