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¡»J | 10010010010001111001000110100001100100011011101110010010010010101001000110011111 | 924791a191bb924a919f |
SJIS-WIN | ?G?????J?? | 00111111010001110011111100111111001111110011111100111111010010100011111100111111 | 3f473f3f3f3f3f4a3f3f |
EUC-JP | ?G?¡???J?? | 001111110100011100111111100011111010001011000010001111110011111100111111010010100011111100111111 | 3f473f8fa2c23f3f3f4a3f3f |
UTF-8 | G¡»J | 110000101001001001000111110000101001000111000010101000011100001010010001110000101011101111000010100100100100101011000010100100011100001010011111 | c29247c291c2a1c291c2bbc2924ac291c29f |
UHC | ?G?¡???J?? | 0011111101000111001111111010001010101110001111110011111100111111010010100011111100111111 | 3f473fa2ae3f3f3f4a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)