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 | 衍??? | 1001111110100101001111110011111100111111 | 9fa53f3f3f |
EUC-JP | 衍??? | 1101111010100111001111110011111100111111 | dea73f3f3f |
UTF-8 | 衍뤸깄廉 | 111010001010000110001101111010111010010010111000111010101011100110000100111011111010011010100010 | e8a18deba4b8eab984efa6a2 |
UHC | 衍뤸깄廉 | 1110011011100010100011111110011010000011100001011110011011110101 | e6e28fe68385e6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)