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ªGU | 1001001001000111100100011010101010010010010001111001001001010101 | 924791aa92479255 |
SJIS-WIN | ?G???G?U | 0011111101000111001111110011111100111111010001110011111101010101 | 3f473f3f3f473f55 |
EUC-JP | ?G?ª?G?U | 00111111010001110011111110001111101000101110110000111111010001110011111101010101 | 3f473f8fa2ec3f473f55 |
UTF-8 | GªGU | 11000010100100100100011111000010100100011100001010101010110000101001001001000111110000101001001001010101 | c29247c291c2aac29247c29255 |
UHC | ?G?ª?G?U | 001111110100011100111111101010001010001100111111010001110011111101010101 | 3f473fa8a33f473f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)