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 | GG±I² | 10010010010001111001001001000111100100011011000110010010010010011001000110110010 | 9247924791b1924991b2 |
SJIS-WIN | ?G?G?±?I?? | 0011111101000111001111110100011100111111100000010111110100111111010010010011111100111111 | 3f473f473f817d3f493f3f |
EUC-JP | ?G?G?±?I?? | 0011111101000111001111110100011100111111101000011101111000111111010010010011111100111111 | 3f473f473fa1de3f493f3f |
UTF-8 | GG±I² | 1100001010010010010001111100001010010010010001111100001010010001110000101011000111000010100100100100100111000010100100011100001010110010 | c29247c29247c291c2b1c29249c291c2b2 |
UHC | ?G?G?±?I?² | 001111110100011100111111010001110011111110100001101111100011111101001001001111111010100111110111 | 3f473f473fa1be3f493fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)