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 | 祉?駭 | 1000111010000011001111111110100101101110 | 8e833fe96e |
EUC-JP | 祉?駭 | 1011101111100011001111111111000111001111 | bbe33ff1cf |
UTF-8 | 祉렧駭 | 111001111010010110001001111010111010000010100111111010011010011110101101 | e7a589eba0a7e9a7ad |
UHC | 祉렧駭 | 111100101011001110001110101101101111101010110100 | f2b38eb6fab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)