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 | ???q???qB | 001111110011111100111111011100010011111100111111001111110111000101000010 | 3f3f3f713f3f3f7142 |
SJIS-WIN | シヲqシヲqB | 1111000011110100101111001010011001110001111100001111010010111100101001100111000101000010 | f0f4bca671f0f4bca67142 |
EUC-JP | ?シヲq?シヲqB | 00111111100011101011110010001110101001100111000100111111100011101011110010001110101001100111000101000010 | 3f8ebc8ea6713f8ebc8ea67142 |
UTF-8 | シヲqシヲqB | 111011101000001010110011111011111011110110111100111011111011110110100110011100011110111010000010101100111110111110111101101111001110111110111101101001100111000101000010 | ee82b3efbdbcefbda671ee82b3efbdbcefbda67142 |
UHC | ???q???qB | 001111110011111100111111011100010011111100111111001111110111000101000010 | 3f3f3f713f3f3f7142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)