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?X?H | 001111110100011100111111010110000011111101001000 | 3f473f583f48 |
SJIS-WIN | ?G?X?H | 001111110100011100111111010110000011111101001000 | 3f473f583f48 |
EUC-JP | ?G?X?H | 001111110100011100111111010110000011111101001000 | 3f473f583f48 |
UTF-8 | 혪G혪X혪H | 111011011001100010101010010001111110110110011000101010100101100011101101100110001010101001001000 | ed98aa47ed98aa58ed98aa48 |
UHC | 혪G혪X혪H | 110000101001001001000111110000101001001001011000110000101001001001001000 | c29247c29258c29248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)