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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 盍ヨ盍ヨ^ | 1110000110110010110101101111000001111101111000011011001011010110111100000111101101011110 | e1b2d6f07de1b2d6f07b5e |
EUC-JP | 盍ヨ?盍ヨ?^ | 1110001010110100100011101101011000111111111000101011010010001110110101100011111101011110 | e2b48ed63fe2b48ed63f5e |
UTF-8 | 盍ヨ盍ヨ^ | 11100111100110111000110111101111101111101001011011101110100000001011110111100111100110111000110111101111101111101001011011101110100000001011101101011110 | e79b8defbe96ee80bde79b8defbe96ee80bb5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)