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 | 蝌悩蝌濃 | 1110010110011000100101000101100111100101100110001001010001011010 | e5989459e598945a |
EUC-JP | 蝌悩蝌濃 | 1110100111111000110001111011101011101001111110001100011110111011 | e9f8c7bae9f8c7bb |
UTF-8 | 蝌悩蝌濃 | 111010001001110110001100111001101000001010101001111010001001110110001100111001101011111110000011 | e89d8ce682a9e89d8ce6bf83 |
UHC | ???濃 | 0011111100111111001111111101001011011000 | 3f3f3fd2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)