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??~ | 001111110011111101000111001111110011111101111110 | 3f3f473f3f7e |
SJIS-WIN | ??G??~ | 001111110011111101000111001111110011111101111110 | 3f3f473f3f7e |
EUC-JP | ??G??~ | 001111110011111101000111001111110011111101111110 | 3f3f473f3f7e |
UTF-8 | 쒔렣G쑹렶~ | 1110110010010010100101001110101110100000101000110100011111101100100100011011100111101011101000001011011001111110 | ec9294eba0a347ec91b9eba0b67e |
UHC | 쒔렣G쑹렶~ | 10111110101011011000111010110100010001111011111010101011100011101100000101111110 | bead8eb447beab8ec17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)