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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豈旧П踝 | 1110011010101111100010111000110010000100010100001110011011110100 | e6af8b8c8450e6f4 |
EUC-JP | 豈旧П踝 | 1110110010110001101101011110110010100111101100011110110011110110 | ecb1b5eca7b1ecf6 |
UTF-8 | 豈旧П踝 | 1110100010110001100010001110011010010111101001111101000010011111111010001011100010011101 | e8b188e697a7d09fe8b89d |
UHC | 豈?П? | 110100011100001000111111101011001011000100111111 | d1c23facb13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)