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 | 魚???? | 100010111001101100111111001111110011111100111111 | 8b9b3f3f3f3f |
EUC-JP | 魚???? | 101101011111101100111111001111110011111100111111 | b5fb3f3f3f3f |
UTF-8 | 魚끤쇰꽒曆 | 111010011010110110011010111010111000000110100100111011001000011110110000111010101011110110010010111011111010011010001011 | e9ad9aeb81a4ec87b0eabd92efa68b |
UHC | 魚끤쇰꽒曆 | 11100101111000001000010111001110101111001110101110000100101000011110011010110111 | e5e085cebceb84a1e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)