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 | ?????l | 001111110011111100111111001111110011111101101100 | 3f3f3f3f3f6c |
SJIS-WIN | 将イ将罍ッl | 100011111010101110110010100011111010101111100011101000011010111101101100 | 8fabb28fabe3a1af6c |
EUC-JP | 将イ将罍ッl | 1011111010101101100011101011001010111110101011011110011010100011100011101010111101101100 | bead8eb2beade6a38eaf6c |
UTF-8 | 将イ将罍ッl | 11100101101100001000011011101111101111011011001011100101101100001000011011100111101111011000110111101111101111011010111101101100 | e5b086efbdb2e5b086e7bd8defbdaf6c |
UHC | ?????l | 001111110011111100111111001111110011111101101100 | 3f3f3f3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)