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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茹??悅λ? | 111001001010010100111111001111111111101010111101100000111100100100111111 | e4a53f3ffabd83c93f |
EUC-JP | 茹???λ? | 1110100010100111001111110011111100111111101001101100101100111111 | e8a73f3f3fa6cb3f |
UTF-8 | 茹됰젪悅λ젻 | 1110100010001100101110011110101110010000101100001110110010100000101010101110011010000010100001011100111010111011111011001010000010111011 | e88cb9eb90b0eca0aae68285cebbeca0bb |
UHC | 茹됰젪悅λ젻 | 111001101010101010001001111010111010000010100010111001101110110110100101111010111010000010101110 | e6aa89eba0a2e6eda5eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)