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¹GA¼ | 10010010010001111001000110111001100100100100011110010010010000011001000110111100 | 924791b99247924191bc |
SJIS-WIN | ?G???G?A?? | 00111111010001110011111100111111001111110100011100111111010000010011111100111111 | 3f473f3f3f473f413f3f |
EUC-JP | ?G???G?A?? | 00111111010001110011111100111111001111110100011100111111010000010011111100111111 | 3f473f3f3f473f413f3f |
UTF-8 | G¹GA¼ | 1100001010010010010001111100001010010001110000101011100111000010100100100100011111000010100100100100000111000010100100011100001010111100 | c29247c291c2b9c29247c29241c291c2bc |
UHC | ?G?¹?G?A?¼ | 001111110100011100111111101010011111011000111111010001110011111101000001001111111010100011111001 | 3f473fa9f63f473f413fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)