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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ??匡?F | 001111110011111110001011101001110011111101000110 | 3f3f8ba73f46 |
EUC-JP | ?珏匡?F | 0011111110001111110010111110110110110110101010010011111101000110 | 3f8fcbedb6a93f46 |
UTF-8 | 렺珏匡젱F | 11101011101000001011101011100111100011111000111111100101100011001010000111101100101000001011000101000110 | eba0bae78f8fe58ca1eca0b146 |
UHC | 렺珏匡젱F | 100011101100001011001010110001001100111011000100110000011010110101000110 | 8ec2cac4cec4c1ad46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)