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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 룵절룴쵍㈛ | 111010111010001110110101111011001010000010001000111010111010001110110100111011001011010110001101111000111000100010011011 | eba3b5eca088eba3b4ecb58de3889b |
UHC | 룵절룴쵍㈛ | 10001111101010101100000011111101100011111010100110101100100011111010100111001100 | 8faac0fd8fa9ac8fa9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)