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쒔렊쑈 | 11101100100100101001010011101011101000001010000101000111111011001001001010010100111010111010000010001010111011001001000110001000 | ec9294eba0a147ec9294eba08aec9188 |
UHC | 쒔렡G쒔렊쑈 | 1011111010101101100011101011001001000111101111101010110110001110101000011011111010100100 | bead8eb247bead8ea1bea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)