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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?┝???^ | 00111111100001001011101000111111001111110011111101011110 | 3f84ba3f3f3f5e |
EUC-JP | ?┝???^ | 00111111101010001011110000111111001111110011111101011110 | 3fa8bc3f3f3f5e |
UTF-8 | 뤶┝쵍하섞^ | 11101011101001001011011011100010100101001001110111101100101101011000110111101101100101011001100011101100100001001001111001011110 | eba4b6e2949decb58ded9598ec849e5e |
UHC | 뤶┝쵍하섞^ | 1000111111100100101001101011110010101100100011111100011111001111101111001010111101011110 | 8fe4a6bcac8fc7cfbcaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)