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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豈旧Ъ | 111001101010111110001011100011001000010001011011 | e6af8b8c845b |
EUC-JP | 豈旧Ъ | 111011001011000110110101111011001010011110111100 | ecb1b5eca7bc |
UTF-8 | 豈旧Ъ | 1110100010110001100010001110011010010111101001111101000010101010 | e8b188e697a7d0aa |
UHC | 豈?Ъ | 1101000111000010001111111010110010111100 | d1c23facbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)