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 | GI¸H | 10010010010001111001001001001001100100011011100010010010010010001001000110011111 | 9247924991b89248919f |
SJIS-WIN | ?G?I???H?? | 00111111010001110011111101001001001111110011111100111111010010000011111100111111 | 3f473f493f3f3f483f3f |
EUC-JP | ?G?I?¸?H?? | 001111110100011100111111010010010011111110001111101000101011000100111111010010000011111100111111 | 3f473f493f8fa2b13f483f3f |
UTF-8 | GI¸H | 1100001010010010010001111100001010010010010010011100001010010001110000101011100011000010100100100100100011000010100100011100001010011111 | c29247c29249c291c2b8c29248c291c29f |
UHC | ?G?I?¸?H?? | 0011111101000111001111110100100100111111101000101010110000111111010010000011111100111111 | 3f473f493fa2ac3f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)