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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 将筍ュ召侚E | 10001111101010111110001010100001101011011000111110100010111110100111000101000101 | 8fabe2a1ad8fa2fa7145 |
EUC-JP | 将筍ュ召侚E | 101111101010110111100100101000111000111010101101101111101010010010001111101100011010110001000101 | beade4a38eadbea48fb1ac45 |
UTF-8 | 将筍ュ召侚E | 11100101101100001000011011100111101011011000110111101111101111011010110111100101100011111010110011100100101111101001101001000101 | e5b086e7ad8defbdade58face4be9a45 |
UHC | ?筍?召?E | 0011111111100010111011000011111111100001101011110011111101000101 | 3fe2ec3fe1af3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)