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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 靈왥굨윟 | 111011111010011010110011111011001001100110100101111010101011010110101000111011001001110010011111 | efa6b3ec99a5eab5a8ec9c9f |
UHC | 靈왥굨윟 | 1110011111001111100111101100111010000010100011101001111110100010 | e7cf9ece828e9fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)