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 | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
SJIS-WIN | シヲAシヲAB | 1111001011110100101111001010011001000001111100101111010010111100101001100100000101000010 | f2f4bca641f2f4bca64142 |
EUC-JP | ?シヲA?シヲAB | 00111111100011101011110010001110101001100100000100111111100011101011110010001110101001100100000101000010 | 3f8ebc8ea6413f8ebc8ea64142 |
UTF-8 | シヲAシヲAB | 111011101000100010101011111011111011110110111100111011111011110110100110010000011110111010001000101010111110111110111101101111001110111110111101101001100100000101000010 | ee88abefbdbcefbda641ee88abefbdbcefbda64142 |
UHC | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)