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 | ?????gF | 00111111001111110011111100111111001111110110011101000110 | 3f3f3f3f3f6746 |
SJIS-WIN | 闍槭Ρ菫ョgF | 1110100010001011100111101110001110000011101011111110010010111111101011100110011101000110 | e88b9ee383afe4bfae6746 |
EUC-JP | 闍槭Ρ菫ョgF | 111011111110101111011100111001011010011010110001111010001100000110001110101011100110011101000110 | efebdce5a6b1e8c18eae6746 |
UTF-8 | 闍槭Ρ菫ョgF | 11101001100101111000110111100110101001111010110111001110101000011110100010001111101010111110111110111101101011100110011101000110 | e9978de6a7adcea1e88fabefbdae6746 |
UHC | ??Ρ菫?gF | 001111110011111110100101110100011101000011001011001111110110011101000110 | 3f3fa5d1d0cb3f6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)