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 | ?????cB | 00111111001111110011111100111111001111110110001101000010 | 3f3f3f3f3f6342 |
SJIS-WIN | 闍槭Ρ菫ョcB | 1110100010001011100111101110001110000011101011111110010010111111101011100110001101000010 | e88b9ee383afe4bfae6342 |
EUC-JP | 闍槭Ρ菫ョcB | 111011111110101111011100111001011010011010110001111010001100000110001110101011100110001101000010 | efebdce5a6b1e8c18eae6342 |
UTF-8 | 闍槭Ρ菫ョcB | 11101001100101111000110111100110101001111010110111001110101000011110100010001111101010111110111110111101101011100110001101000010 | e9978de6a7adcea1e88fabefbdae6342 |
UHC | ??Ρ菫?cB | 001111110011111110100101110100011101000011001011001111110110001101000010 | 3f3fa5d1d0cb3f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)