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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???沅? | 00111111001111110011111110001111110001101110100100111111 | 3f3f3f8fc6e93f |
UTF-8 | 筽띕씢沅쪩 | 111001111010110110111101111010111001110110010101111011001001010010100010111001101011001010000101111011001010101010101001 | e7adbdeb9d95ec94a2e6b285ecaaa9 |
UHC | 筽띕씢沅쪩 | 11101000101001001011011011101011100111011011011011101010101101101010011001000010 | e8a4b6eb9db6eab6a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)