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 | �? | 11101100101000100011111100111111 | eca23f3f |
SJIS-WIN | ?¢蹕拭 | 00111111100000011001000111100111010010101001000001000000 | 3f8191e74a9040 |
EUC-JP | ì¢蹕拭 | 100011111010101111000000101000011111000111101101101010111011111110100001 | 8fabc0a1f1edabbfa1 |
UTF-8 | ì¢蹕拭 | 11000011101011001100001010100010111010001011100110010101111001101000101110101101 | c3acc2a2e8b995e68bad |
UHC | ???拭 | 0011111100111111001111111110001111010100 | 3f3f3fe3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)