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 | ???d? | 0011111100111111001111110110010000111111 | 3f3f3f643f |
SJIS-WIN | ???d? | 0011111100111111001111110110010000111111 | 3f3f3f643f |
EUC-JP | ???d? | 0011111100111111001111110110010000111111 | 3f3f3f643f |
UTF-8 | 淋귦삨d淋 | 11101111101001111011010111101010101101111010011011101100100000101010100001100100111011111010011110110101 | efa7b5eab7a6ec82a864efa7b5 |
UHC | 淋귦삨d淋 | 111011001111100010000010111011011001100010100111011001001110110011111000 | ecf882ed98a764ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)