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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 円?┣佯 | 10001001011111100011111110000100101100001001100011010001 | 897e3f84b098d1 |
EUC-JP | 円?┣佯 | 10110001110111110011111110101000101100101101000011010011 | b1df3fa8b2d0d3 |
UTF-8 | 円ㅿ┣佯 | 111001011000011010000110111000111000010110111111111000101001010010100011111001001011110110101111 | e58686e385bfe294a3e4bdaf |
UHC | 円ㅿ┣佯 | 1110010111110111101001001110111110100110101100101110010110111010 | e5f7a4efa6b2e5ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)