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º½I² | 10010010010001111001000110111010100100011011110110010010010010011001000110110010 | 924791ba91bd924991b2 |
SJIS-WIN | ?G?????I?? | 00111111010001110011111100111111001111110011111100111111010010010011111100111111 | 3f473f3f3f3f3f493f3f |
EUC-JP | ?G?º???I?? | 001111110100011100111111100011111010001011101011001111110011111100111111010010010011111100111111 | 3f473f8fa2eb3f3f3f493f3f |
UTF-8 | Gº½I² | 110000101001001001000111110000101001000111000010101110101100001010010001110000101011110111000010100100100100100111000010100100011100001010110010 | c29247c291c2bac291c2bdc29249c291c2b2 |
UHC | ?G?º?½?I?² | 00111111010001110011111110101000101011000011111110101000111101100011111101001001001111111010100111110111 | 3f473fa8ac3fa8f63f493fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)