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???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
SJIS-WIN | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
EUC-JP | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
UTF-8 | 뭑G뫐묭뫀뫀 | 11101011101011011001000101000111111010111010101110010000111010111010110010101101111010111010101110000000111010111010101110000000 | ebad9147ebab90ebacadebab80ebab80 |
UHC | 뭑G뫐묭뫀뫀 | 1001001001011001010001111001000110110010100100100100010010010001101001001001000110100100 | 92594791b2924491a491a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)