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 | òíb[òíb[^ | 111100101110110101100010010110111111001011101101011000100101101101011110 | f2ed625bf2ed625b5e |
SJIS-WIN | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
EUC-JP | òíb[òíb[^ | 1000111110101011110100101000111110101011101111110110001001011011100011111010101111010010100011111010101110111111011000100101101101011110 | 8fabd28fabbf625b8fabd28fabbf625b5e |
UTF-8 | òíb[òíb[^ | 11000011101100101100001110101101011000100101101111000011101100101100001110101101011000100101101101011110 | c3b2c3ad625bc3b2c3ad625b5e |
UHC | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)