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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 摯????? | 10011101100101010011111100111111001111110011111100111111 | 9d953f3f3f3f3f |
EUC-JP | 摯????? | 11011001111101010011111100111111001111110011111100111111 | d9f53f3f3f3f3f |
UTF-8 | 摯쿠렢렔뤋툗 | 111001101001000110101111111011001011111110100000111010111010000010100010111010111010000010010100111010111010010010001011111011011000100010010111 | e691afecbfa0eba0a2eba094eba48bed8897 |
UHC | 摯쿠렢렔뤋툗 | 111100101010011111000100111011011000111010110011100011101010100110001111101110111011100010001110 | f2a7c4ed8eb38ea98fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)