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 | 易???? | 100010001101010100111111001111110011111100111111 | 88d53f3f3f3f |
EUC-JP | 易???? | 101100001101011100111111001111110011111100111111 | b0d73f3f3f3f |
UTF-8 | 易끤룸뮆療 | 111001101001100010010011111010111000000110100100111010111010001110111000111010111010111010000110111011111010011110000001 | e69893eb81a4eba3b8ebae86efa781 |
UHC | 易끤룸뮆療 | 11100110101101101000010111001110101101111110101110010010100101011110100011111110 | e6b685ceb7eb9295e8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)