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??? | 001111110011111101000111001111110011111100111111 | 3f3f473f3f3f |
SJIS-WIN | ??G??? | 001111110011111101000111001111110011111100111111 | 3f3f473f3f3f |
EUC-JP | ??G??? | 001111110011111101000111001111110011111100111111 | 3f3f473f3f3f |
UTF-8 | 쒔렊G쒔렋쑈 | 11101100100100101001010011101011101000001000101001000111111011001001001010010100111010111010000010001011111011001001000110001000 | ec9294eba08a47ec9294eba08bec9188 |
UHC | 쒔렊G쒔렋쑈 | 1011111010101101100011101010000101000111101111101010110110001110101000101011111010100100 | bead8ea147bead8ea2bea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)