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 | 掌??以? | 10001111101101100011111100111111100010001100100000111111 | 8fb63f3f88c83f |
EUC-JP | 掌??以? | 10111110101110000011111100111111101100001100101000111111 | beb83f3fb0ca3f |
UTF-8 | 掌댄떼以렠 | 111001101000111010001100111010111000110010000100111010111001011010111100111001001011101110100101111010111010000010100000 | e68e8ceb8c84eb96bce4bba5eba0a0 |
UHC | 掌댄떼以렠 | 11101101111001101011010011101101101101101011110011101100101001001000111010110001 | ede6b4edb6bceca48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)