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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裃≫則粮咤 | 11100101110111111000000111100010100100011010010111100010111011001001101001000010 | e5df81e291a5e2ec9a42 |
EUC-JP | 裃≫則粮咤 | 11101010111000011010001011100100110000101010011111100100111011101101001110100011 | eae1a2e4c2a7e4eed3a3 |
UTF-8 | 裃≫則粮咤 | 111010001010001110000011111000101000100110101011111001011000100110000111111001111011001010101110111001011001001010100100 | e8a383e289abe58987e7b2aee592a4 |
UHC | ?≫則粮咤 | 001111111010000111101101111101101100111011010101110110111111011011100011 | 3fa1edf6ced5dbf6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)