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 | 崖??易? | 10001010010100100011111100111111100010001101010100111111 | 8a523f3f88d53f |
EUC-JP | 崖?ł易? | 101100111011001100111111100011111010100111001000101100001101011100111111 | b3b33f8fa9c8b0d73f |
UTF-8 | 崖ㅷł易똩 | 1110010110110100100101101110001110000101101101111100010110000010111001101001100010010011111010111001100010101001 | e5b496e385b7c582e69893eb98a9 |
UHC | 崖ㅷł易똩 | 11100100111100001010010011100111101010011010100111100110101101101000110001101011 | e4f0a4e7a9a9e6b68c6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)