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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 雕ー蟶キ豕」B | 11101000101110001011000011100101101110001011011111100110101100111010001101000010 | e8b8b0e5b8b7e6b3a342 |
EUC-JP | 雕ー蟶キ豕」B | 11110000101110101000111010110000111010101011101010001110101101111110110010110101100011101010001101000010 | f0ba8eb0eaba8eb7ecb58ea342 |
UTF-8 | 雕ー蟶キ豕」B | 11101001100110111001010111101111101111011011000011101000100111111011011011101111101111011011011111101000101100011001010111101111101111011010001101000010 | e99b95efbdb0e89fb6efbdb7e8b195efbda342 |
UHC | 雕???豕?B | 111100001110011100111111001111110011111111100011110011100011111101000010 | f0e73f3f3fe3ce3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)