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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | タホ[タホ[^ | 11000000110011100101101111000000110011100101101101011110 | c0ce5bc0ce5b5e |
EUC-JP | タホ[タホ[^ | 1000111011000000100011101100111001011011100011101100000010001110110011100101101101011110 | 8ec08ece5b8ec08ece5b5e |
UTF-8 | タホ[タホ[^ | 111011111011111010000000111011111011111010001110010110111110111110111110100000001110111110111110100011100101101101011110 | efbe80efbe8e5befbe80efbe8e5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)