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 | 鴉??巍 | 111010011110101100111111001111111001101111011001 | e9eb3f3f9bd9 |
EUC-JP | 鴉??巍 | 111100101110110100111111001111111101011011011011 | f2ed3f3fd6db |
UTF-8 | 鴉㎩ㅁ巍 | 111010011011010010001001111000111000111010101001111000111000010110000001111001011011011110001101 | e9b489e38ea9e38581e5b78d |
UHC | 鴉㎩ㅁ巍 | 1110010010111100101001111110010110100100101100011110100011100100 | e4bca7e5a4b1e8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)