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 | ?巾喜?? | 00111111100010111101000010001010111011000011111100111111 | 3f8bd08aec3f3f |
EUC-JP | ?巾喜?? | 00111111101101101101001010110100111011100011111100111111 | 3fb6d2b4ee3f3f |
UTF-8 | 뤰巾喜즼웡 | 111010111010010010110000111001011011011110111110111001011001011010011100111011001010011010111100111011001001101110100001 | eba4b0e5b7bee5969ceca6bcec9ba1 |
UHC | 뤰巾喜즼웡 | 10001111110111101100101111101110111111011110110010100011100011101011111111111101 | 8fdecbeefdeca38ebffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)