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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 円???? | 100010010111111000111111001111110011111100111111 | 897e3f3f3f3f |
EUC-JP | 円???? | 101100011101111100111111001111110011111100111111 | b1df3f3f3f3f |
UTF-8 | 円ㅳ굠杻먬 | 111001011000011010000110111000111000010110110011111010101011010110100000111011111010011110001000111010111010100010101100 | e58686e385b3eab5a0efa788eba8ac |
UHC | 円ㅳ굠杻먬 | 11100101111101111010010011100011100000101000100011101010111101001001000011101001 | e5f7a4e38288eaf490e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)