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 | ???擁 | 0011111100111111001111111001011101101001 | 3f3f3f9769 |
EUC-JP | 縕??擁 | 10001111110101001100001000111111001111111100110111001010 | 8fd4c23f3fcdca |
UTF-8 | 縕띸뼯擁 | 111001111011100010010101111010111001110110111000111010111011110010101111111001101001001110000001 | e7b895eb9db8ebbcafe69381 |
UHC | 縕띸뼯擁 | 1110100010110010100011011110011110010110101100101110100010110110 | e8b28de796b2e8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)