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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???揖?F | 00111111001111110011111110010111010010110011111101000110 | 3f3f3f974b3f46 |
EUC-JP | ???揖?F | 00111111001111110011111111001101101011000011111101000110 | 3f3f3fcdac3f46 |
UTF-8 | 說뺣뜉揖캛F | 11101111101001101010000111101011101110101010001111101011100111001000100111100110100011111001011011101100101110101001101101000110 | efa6a1ebbaa3eb9c89e68f96ecba9b46 |
UHC | 說뺣뜉揖캛F | 1110011011110010100101011110101110001101100011001110101111100111101100000100001001000110 | e6f295eb8d8cebe7b04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)