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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??ł靷? | 001111110011111110001111101010011100100010001111111001111011110100111111 | 3f3f8fa9c88fe7bd3f |
UTF-8 | 令⑸ł靷쏝 | 1110111110100110101010001110001010010001101110001100010110000010111010011001110110110111111011001000111110011101 | efa6a8e291b8c582e99db7ec8f9d |
UHC | 令⑸ł靷쏝 | 11100111101010011010100111101011101010011010100111101100111001101001110001000010 | e7a9a9eba9a9ece69c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)