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 | 逧咏溌逧咏溌^ | 11100111100110101001100111100111100101001010110011100111100110101001100111100111100101001010110001011110 | e79a99e794ace79a99e794ac5e |
EUC-JP | 逧咏溌逧咏溌^ | 11101101111110101101001011101001110010001010111011101101111110101101001011101001110010001010111001011110 | edfad2e9c8aeedfad2e9c8ae5e |
UTF-8 | 逧咏溌逧咏溌^ | 11101001100000001010011111100101100100101000111111100110101110101000110011101001100000001010011111100101100100101000111111100110101110101000110001011110 | e980a7e5928fe6ba8ce980a7e5928fe6ba8c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)