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 | 顆句顯蕣 | 1110100011110111100010111110010111101000111110111110010011111010 | e8f78be5e8fbe4fa |
EUC-JP | 顆句顯蕣 | 1111000011111001101101101110011111110000111111011110100011111100 | f0f9b6e7f0fde8fc |
UTF-8 | 顆句顯蕣 | 111010011010000110000110111001011000111110100101111010011010000110101111111010001001010110100011 | e9a186e58fa5e9a1afe895a3 |
UHC | 顆句顯蕣 | 1100111010101000110011111010001111111010111010011110001011110010 | cea8cfa3fae9e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)