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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 裨鯉 | 11100101111010011000110011101111 | e5e98cef |
EUC-JP | 裨鯉 | 11101010111010111011100011110001 | eaebb8f1 |
UTF-8 | 裨鯉 | 111010001010001110101000111010011010111110001001 | e8a3a8e9af89 |
UHC | 裨鯉 | 11011110101001011101011111101111 | dea5d7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)