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 | 蕁ユ | 11100101010000001000001110000110 | e5408386 |
EUC-JP | 蕁ユ | 11101001101000011010010111100110 | e9a1a5e6 |
UTF-8 | 蕁ユ | 111010001001010110000001111000111000001110100110 | e89581e383a6 |
UHC | 蕁ユ | 11010011110001101010101111100110 | d3c6abe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)