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«O | 100100100100011110010001101010111001001001001111 | 924791ab924f |
SJIS-WIN | ?G???O | 001111110100011100111111001111110011111101001111 | 3f473f3f3f4f |
EUC-JP | ?G???O | 001111110100011100111111001111110011111101001111 | 3f473f3f3f4f |
UTF-8 | G«O | 11000010100100100100011111000010100100011100001010101011110000101001001001001111 | c29247c291c2abc2924f |
UHC | ?G???O | 001111110100011100111111001111110011111101001111 | 3f473f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)