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?G | 001111110100011100111111010110000011111101000111 | 3f473f583f47 |
SJIS-WIN | ?G?X?G | 001111110100011100111111010110000011111101000111 | 3f473f583f47 |
EUC-JP | ?G?X?G | 001111110100011100111111010110000011111101000111 | 3f473f583f47 |
UTF-8 | 혪G혪X혪G | 111011011001100010101010010001111110110110011000101010100101100011101101100110001010101001000111 | ed98aa47ed98aa58ed98aa47 |
UHC | 혪G혪X혪G | 110000101001001001000111110000101001001001011000110000101001001001000111 | c29247c29258c29247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)