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 | 踝旧Ч踝旧 | 11100110111101001000101110001100100001000101100011100110111101001000101110001100 | e6f48b8c8458e6f48b8c |
EUC-JP | 踝旧Ч踝旧 | 11101100111101101011010111101100101001111011100111101100111101101011010111101100 | ecf6b5eca7b9ecf6b5ec |
UTF-8 | 踝旧Ч踝旧 | 1110100010111000100111011110011010010111101001111101000010100111111010001011100010011101111001101001011110100111 | e8b89de697a7d0a7e8b89de697a7 |
UHC | ??Ч?? | 001111110011111110101100101110010011111100111111 | 3f3facb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)