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 | 綣ュ々 | 111000110101101110000011100001011000000101011000 | e35b83858158 |
EUC-JP | 綣ュ々 | 111001011011110010100101111001011010000110111001 | e5bca5e5a1b9 |
UTF-8 | 綣ュ々 | 111001111011011010100011111000111000001110100101111000111000000010000101 | e7b6a3e383a5e38085 |
UHC | ?ュ? | 00111111101010111110010100111111 | 3fabe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)