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 | þ½GH^ | 100100011111111010010001101111011001001001000111100100100100100001011110 | 91fe91bd924792485e |
SJIS-WIN | ?????G?H^ | 001111110011111100111111001111110011111101000111001111110100100001011110 | 3f3f3f3f3f473f485e |
EUC-JP | ?þ???G?H^ | 0011111110001111101010011101000000111111001111110011111101000111001111110100100001011110 | 3f8fa9d03f3f3f473f485e |
UTF-8 | þ½GH^ | 110000101001000111000011101111101100001010010001110000101011110111000010100100100100011111000010100100100100100001011110 | c291c3bec291c2bdc29247c292485e |
UHC | ?þ?½?G?H^ | 0011111110101001101011010011111110101000111101100011111101000111001111110100100001011110 | 3fa9ad3fa8f63f473f485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)