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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???揖ζ? | 0011111100111111001111111001011101001011100000111100010000111111 | 3f3f3f974b83c43f |
EUC-JP | ???揖ζ? | 0011111100111111001111111100110110101100101001101100011000111111 | 3f3f3fcdaca6c63f |
UTF-8 | 令⑸툦揖ζ콢 | 1110111110100110101010001110001010010001101110001110110110001000101001101110011010001111100101101100111010110110111011001011110110100010 | efa6a8e291b8ed88a6e68f96ceb6ecbda2 |
UHC | 令⑸툦揖ζ콢 | 111001111010100110101001111010111011100010011101111010111110011110100101111001101011000110011010 | e7a9a9ebb89debe7a5e6b19a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)