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þ~ | 10010010010001111001001001001010100100011111111001111110 | 9247924a91fe7e |
SJIS-WIN | ?G?J??~ | 00111111010001110011111101001010001111110011111101111110 | 3f473f4a3f3f7e |
EUC-JP | ?G?J?þ~ | 001111110100011100111111010010100011111110001111101010011101000001111110 | 3f473f4a3f8fa9d07e |
UTF-8 | GJþ~ | 1100001010010010010001111100001010010010010010101100001010010001110000111011111001111110 | c29247c2924ac291c3be7e |
UHC | ?G?J?þ~ | 0011111101000111001111110100101000111111101010011010110101111110 | 3f473f4a3fa9ad7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)