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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 肭器蒐] | 11100011111010111000101011101101100011110100111001011101 | e3eb8aed8f4e5d |
EUC-JP | 肭器蒐] | 11100110111011011011010011101111101111011010111101011101 | e6edb4efbdaf5d |
UTF-8 | 肭器蒐] | 11101000100000101010110111100101100110011010100011101000100100101001000001011101 | e882ade599a8e892905d |
UHC | ?器蒐] | 001111111101000011101111111000101011110101011101 | 3fd0efe2bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)