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 | GJºB | 10010010010001111001001001001010100100011011101001000010 | 9247924a91ba42 |
SJIS-WIN | ?G?J??B | 00111111010001110011111101001010001111110011111101000010 | 3f473f4a3f3f42 |
EUC-JP | ?G?J?ºB | 001111110100011100111111010010100011111110001111101000101110101101000010 | 3f473f4a3f8fa2eb42 |
UTF-8 | GJºB | 1100001010010010010001111100001010010010010010101100001010010001110000101011101001000010 | c29247c2924ac291c2ba42 |
UHC | ?G?J?ºB | 0011111101000111001111110100101000111111101010001010110001000010 | 3f473f4a3fa8ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)