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 | 蜀暮柑 | 111001011000011010010101111010011000101010111001 | e58695e98ab9 |
EUC-JP | 蜀暮柑 | 111010011110011011001010111010111011010010111011 | e9e6caebb4bb |
UTF-8 | 蜀暮柑 | 111010001001110010000000111001101001101010101110111001101001111110010001 | e89c80e69aaee69f91 |
UHC | 蜀暮柑 | 111101011011100111011001101110101100101011110011 | f5b9d9bacaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)