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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 昱疫[昱疫[^ | 1111101001100011100010010111010101011011111110100110001110001001011101010101101101011110 | fa6389755bfa6389755b5e |
EUC-JP | 昱疫[昱疫[^ | 10001111110000101010110110110001110101100101101110001111110000101010110110110001110101100101101101011110 | 8fc2adb1d65b8fc2adb1d65b5e |
UTF-8 | 昱疫[昱疫[^ | 111001101001100010110001111001111001011010101011010110111110011010011000101100011110011110010110101010110101101101011110 | e698b1e796ab5be698b1e796ab5b5e |
UHC | 昱疫[昱疫[^ | 1110100111110000111001101011100101011011111010011111000011100110101110010101101101011110 | e9f0e6b95be9f0e6b95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)