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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 嶪뤾낏溜곕젲女 | 111001011011011010101010111010111010010010111110111010111000001010001111111011111010011110001011111010101011001110010101111011001010000010110010111011111010011010000001 | e5b6aaeba4beeb828fefa78beab395eca0b2efa681 |
UHC | 嶪뤾낏溜곕젲女 | 1110010111110101100011111110101010110011101010001110101011111110101100001110101110100000101001101110010111111100 | e5f58feab3a8eafeb0eba0a6e5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)