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 | 逶セ邱唹 | 11100111100110111011111011100111101101111001101001001111 | e79bbee7b79a4f |
EUC-JP | 逶セ邱唹 | 1110110111111011100011101011111011101110101110011101001110110000 | edfb8ebeeeb9d3b0 |
UTF-8 | 逶セ邱唹 | 111010011000000010110110111011111011110110111110111010011000001010110001111001011001010010111001 | e980b6efbdbee982b1e594b9 |
UHC | ??邱? | 0011111100111111110011111100100000111111 | 3f3fcfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)