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~ | 00111111001111110011111100111111001111110101000101111110 | 3f3f3f3f3f517e |
SJIS-WIN | ?ъ???Q~ | 0011111110000100100011000011111100111111001111110101000101111110 | 3f848c3f3f3f517e |
EUC-JP | ?ъ???Q~ | 0011111110100111111011000011111100111111001111110101000101111110 | 3fa7ec3f3f3f517e |
UTF-8 | 泥ъ쮫吏퇟Q~ | 11101111101001111010001111010001100010101110110010101110101010111110111110100111100111101110110110000111100111110101000101111110 | efa7a3d18aecaeabefa79eed879f517e |
UHC | 泥ъ쮫吏퇟Q~ | 111011001011001010101100111011001010100010001000111011001010011110111000010011110101000101111110 | ecb2aceca888eca7b84f517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)